Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31576
Modified Files:
utils.c
Log Message:
tidy up error message
Index: utils.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/utils.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- utils.c 29 Jul 2005 14:44:24 -0000 1.39
+++ utils.c 14 Aug 2005 15:56:31 -0000 1.40
@@ -160,7 +160,7 @@ ntfs_volume * utils_mount_volume (const
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;
}
|