From: Theodore Ts'o Date: Tue, 26 Aug 2014 13:40:06 +0000 (-0400) Subject: e2fsck: fix spelling error (strage vs storage) X-Git-Tag: v1.42.12~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a4af7efe54e0c9faa0df9acacf145b3f306a6fcb;p=tools%2Fe2fsprogs.git e2fsck: fix spelling error (strage vs storage) Reported-by: Philipp Thomas Signed-off-by: Theodore Ts'o --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index be4bd0c..12cf836 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -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 } diff --git a/po/e2fsprogs.pot b/po/e2fsprogs.pot index c997ea8..cac436e 100644 --- a/po/e2fsprogs.pot +++ b/po/e2fsprogs.pot @@ -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