From: Theodore Ts'o Date: Mon, 23 Jan 2012 16:33:33 +0000 (-0500) Subject: debugfs: fix spelling typo in ncheck X-Git-Tag: v1.42.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622cee883331f4a8a1146fdd78de07431b5e0e9c;p=thirdparty%2Fe2fsprogs.git debugfs: fix spelling typo in ncheck Signed-off-by: "Theodore Ts'o" --- diff --git a/debugfs/ncheck.c b/debugfs/ncheck.c index 1e169cfce..58f3a503d 100644 --- a/debugfs/ncheck.c +++ b/debugfs/ncheck.c @@ -75,7 +75,7 @@ static int ncheck_proc(struct ext2_dir_entry *dirent, if (!debugfs_read_inode(dirent->inode, &inode, "ncheck") && filetype != ext2_file_type(inode.i_mode)) { - printf(" <--- BAD FILETYLE"); + printf(" <--- BAD FILETYPE"); } } putc('\n', stdout);