]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 be4bd0cd87bc5c0835b121b9c96d565f23b60cc5..12cf836582f0a758fb6d81a31ff84f88a0fafc28 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 c997ea8a951afd4cb2fdac7ca77bcc151299b33d..cac436e0410b245d122803246bbc1dc9f73fe90e 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