diff options
author | Justus Winter <justus@gnupg.org> | 2016-10-03 13:25:14 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-11-10 15:31:02 +0100 |
commit | 01498c3f9c2db0c33a54b2c2ef2170eb33e6917c (patch) | |
tree | d9c757d1609ed6a945de4e0d4bc141a278e36571 /ext2fs/inode.c | |
parent | 7615b51f53b2dd07d877e8ee9b222f723fe1f223 (diff) |
ext2fs: Fix typo.
Diffstat (limited to 'ext2fs/inode.c')
-rw-r--r-- | ext2fs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |