This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit ea86767459e01e524c05190127ef1e71f5a47ff9 Author: Justus Winter <[email protected]> Date: Mon Oct 3 13:25:14 2016 +0200 ext2fs: Fix typo. --- ext2fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext2fs/inode.c b/ext2fs/inode.c index 6b582b8..fef8930 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 = -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
