diff mbox

e2fsprogs: Fix spelling of 'filesystme' in debugfs help

Message ID 20120818001046.GA22945@bryceharrington.org
State Accepted, archived
Headers show

Commit Message

Bryce Harrington Aug. 18, 2012, 12:10 a.m. UTC
Signed-off-by: Bryce Harrington <bryce@canonical.com>
---
 debugfs/debug_cmds.ct |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Theodore Ts'o Aug. 19, 2012, 9:56 p.m. UTC | #1
Applied to the maint branch, thanks.

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/debugfs/debug_cmds.ct b/debugfs/debug_cmds.ct
index af969b1..a799dd7 100644
--- a/debugfs/debug_cmds.ct
+++ b/debugfs/debug_cmds.ct
@@ -166,7 +166,7 @@  request do_imap, "Calculate the location of an inode",
 request	do_dump_unused, "Dump unused blocks",
 	dump_unused;
 
-request do_set_current_time, "Set current time to use when setting filesystme fields",
+request do_set_current_time, "Set current time to use when setting filesystem fields",
 	set_current_time;
 
 request do_supported_features, "Print features supported by this version of e2fsprogs",