diff options
author | Justus Winter <justus@gnupg.org> | 2016-10-03 13:25:14 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-01-06 20:36:08 +0100 |
commit | ea86767459e01e524c05190127ef1e71f5a47ff9 (patch) | |
tree | a102e98bbc4d61e6f28157274bf14b17e74b5311 /ext2fs | |
parent | db968a37027f4bb8e7f290dbba15ddb2b87331f1 (diff) | |
download | hurd-ea86767459e01e524c05190127ef1e71f5a47ff9.tar.gz hurd-ea86767459e01e524c05190127ef1e71f5a47ff9.tar.bz2 hurd-ea86767459e01e524c05190127ef1e71f5a47ff9.zip |
ext2fs: Fix typo.
Diffstat (limited to 'ext2fs')
-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 = |