summaryrefslogtreecommitdiff
path: root/misc/e2undo.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-07-17 23:24:09 +0200
committerTheodore Ts'o <tytso@mit.edu>2008-07-18 21:13:20 -0400
commit577b5c436f1531d4d14bcba1bc10e230dafc9fd1 (patch)
treed698f0a8e9f6b5a3352542c6da674d9b8f329e60 /misc/e2undo.c
parent92fb8545b1f9bcf104075ec813ebdf5ddb27e889 (diff)
downloade2fsprogs-577b5c436f1531d4d14bcba1bc10e230dafc9fd1.tar.gz
e2undo, tune2fs: Report the correct name for the undo program.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'misc/e2undo.c')
-rw-r--r--misc/e2undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/e2undo.c b/misc/e2undo.c
index 93956261..a5a360ae 100644
--- a/misc/e2undo.c
+++ b/misc/e2undo.c
@@ -170,7 +170,7 @@ int main(int argc, char *argv[])
}
if (mount_flags & EXT2_MF_MOUNTED) {
- com_err(prg_name, retval, _("undoe2fs should only be run on "
+ com_err(prg_name, retval, _("e2undo should only be run on "
"unmounted file system\n"));
exit(1);
}