From ea86767459e01e524c05190127ef1e71f5a47ff9 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 3 Oct 2016 13:25:14 +0200 Subject: ext2fs: Fix typo. --- ext2fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs') diff --git a/ext2fs/inode.c b/ext2fs/inode.c index 6b582b80..fef89302 100644 --- a/ext2fs/inode.c +++ b/ext2fs/inode.c @@ -719,7 +719,7 @@ diskfs_get_translator (struct node *np, char **namep, unsigned *namelen) { /* If xattr is no supported by this filesystem, don't report a warning */ if (EXT2_HAS_COMPAT_FEATURE (sblock, EXT2_FEATURE_COMPAT_EXT_ATTR)) - ext2_warning ("This is a old translotor record, please update it"); + ext2_warning ("This is an old translator record, please update it"); transloc = disk_cache_block_ref (blkno); datalen = -- cgit v1.2.3