Whamcloud - gitweb
e2fsck: fix spelling error (strage vs storage)
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Aug 2014 13:40:06 +0000 (09:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Aug 2014 13:42:18 +0000 (09:42 -0400)
Reported-by: Philipp Thomas <pth@suse.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/problem.c
po/e2fsprogs.pot

index be4bd0c..12cf836 100644 (file)
@@ -1749,7 +1749,7 @@ static struct e2fsck_problem problem_table[] = {
 
        /* Error flushing writes to storage device */
        { PR_6_IO_FLUSH,
-         N_("Error flushing writes to strage device: %m\n"),
+         N_("Error flushing writes to storage device: %m\n"),
          PROMPT_NULL, PR_FATAL },
 
        { 0 }
index c997ea8..cac436e 100644 (file)
@@ -2477,7 +2477,7 @@ msgstr ""
 
 #: e2fsck/problem.c:1752
 #, c-format
-msgid "Error flushing writes to strage device: %m\n"
+msgid "Error flushing writes to storage device: %m\n"
 msgstr ""
 
 #: e2fsck/problem.c:1871