Skip to content

Commit

Permalink
ntfs: super.c: Fix error log
Browse files Browse the repository at this point in the history
"transation" should be "transaction"

Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
  • Loading branch information
Nik Nyby authored and Jiri Kosina committed Aug 7, 2015
1 parent 253508c commit d31e771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ntfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static int ntfs_remount(struct super_block *sb, int *flags, char *opt)
return -EROFS;
}
if (!ntfs_stamp_usnjrnl(vol)) {
ntfs_error(sb, "Failed to stamp transation log "
ntfs_error(sb, "Failed to stamp transaction log "
"($UsnJrnl)%s", es);
NVolSetErrors(vol);
return -EROFS;
Expand Down

0 comments on commit d31e771

Please sign in to comment.