e2fsck: fix spelling error (strage vs storage)

Reported-by: Philipp Thomas <pth@suse.de>

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
test-maint
Theodore Ts'o 2014-08-26 09:40:06 -04:00
parent e92beaac10
commit a4af7efe54
2 changed files with 2 additions and 2 deletions

View 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 }

View 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