mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
Spelling: inaccessible
This commit is contained in:
parent
38cdca3da1
commit
2f51164a7d
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ static BOOL RemountVolume(char drive_letter)
|
||||||
uprintf("Successfully remounted %s on %s\n", &drive_guid[4], drive_name);
|
uprintf("Successfully remounted %s on %s\n", &drive_guid[4], drive_name);
|
||||||
} else {
|
} else {
|
||||||
uprintf("Failed to remount %s on %s\n", &drive_guid[4], drive_name);
|
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);
|
FormatStatus = ERROR_SEVERITY_ERROR|FAC(FACILITY_STORAGE)|APPERR(ERROR_CANT_REMOUNT_VOLUME);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue