tidy up error message

edge.strict_endians
flatcap 2005-08-14 15:56:31 +00:00
parent 9028a53dfc
commit a1ef87e393
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}