From: Nathan Scott Date: Fri, 23 Feb 2018 19:05:20 +0000 (-0600) Subject: Fix spelling mistake in mkfs lazy superblock diagnostic X-Git-Tag: v4.15.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9393ba67e934e7780908b59ead3a69a280b93793;p=thirdparty%2Fxfsprogs-dev.git Fix spelling mistake in mkfs lazy superblock diagnostic Signed-off-by: Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index 595098538..f973b6bc1 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -1946,7 +1946,7 @@ _("Inodes always aligned for CRC enabled filesystems\n")); /* lazy sb counters always on */ if (!cli->sb_feat.lazy_sb_counters) { fprintf(stderr, -_("Lazy superblock counted always enabled for CRC enabled filesystems\n")); +_("Lazy superblock counters always enabled for CRC enabled filesystems\n")); usage(); }