Whamcloud - gitweb
debugfs: fix spelling typo in ncheck
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Jan 2012 16:33:33 +0000 (11:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Jan 2012 16:33:33 +0000 (11:33 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ncheck.c

index 1e169cf..58f3a50 100644 (file)
@@ -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);