From 2f51164a7d43409eecfb082f5b14eb2bdb8553e0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:41:12 -0400 Subject: [PATCH] Spelling: inaccessible --- src/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format.c b/src/format.c index 51672520..0b0bd8a1 100644 --- a/src/format.c +++ b/src/format.c @@ -1104,7 +1104,7 @@ static BOOL RemountVolume(char drive_letter) uprintf("Successfully remounted %s on %s\n", &drive_guid[4], drive_name); } else { uprintf("Failed to remount %s on %s\n", &drive_guid[4], drive_name); - // This will leave the drive unaccessible and must be flagged as an error + // This will leave the drive inaccessible and must be flagged as an error FormatStatus = ERROR_SEVERITY_ERROR|FAC(FACILITY_STORAGE)|APPERR(ERROR_CANT_REMOUNT_VOLUME); return FALSE; }