From a4af7efe54e0c9faa0df9acacf145b3f306a6fcb Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 26 Aug 2014 09:40:06 -0400 Subject: [PATCH] e2fsck: fix spelling error (strage vs storage) Reported-by: Philipp Thomas Signed-off-by: Theodore Ts'o --- e2fsck/problem.c | 2 +- po/e2fsprogs.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1