From a1ef87e393f7fe884b6d76da72d2ddf1a39da2d3 Mon Sep 17 00:00:00 2001 From: flatcap Date: Sun, 14 Aug 2005 15:56:31 +0000 Subject: [PATCH] tidy up error message --- ntfsprogs/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/utils.c b/ntfsprogs/utils.c index a9dc6a4c..4eb4c82f 100644 --- a/ntfsprogs/utils.c +++ b/ntfsprogs/utils.c @@ -160,7 +160,7 @@ ntfs_volume * utils_mount_volume (const char *device, unsigned long flags, BOOL Eprintf("Couldn't mount device '%s': %s\n", device, strerror(err)); if (err == EOPNOTSUPP) - Eprintf("It's seems that logfile check failed. " + Eprintf("It seems that the logfile check failed. " "Try to mount volume in windows.\n"); return NULL; }