mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[core] fix VHD support
* Also fix various typos
This commit is contained in:
parent
9df63b3b2a
commit
c0d3f8e57c
7 changed files with 36 additions and 33 deletions
|
@ -122,7 +122,7 @@ const char* WinInetErrorString(void)
|
|||
case ERROR_INTERNET_INVALID_OPERATION:
|
||||
return "The requested operation is invalid.";
|
||||
case ERROR_INTERNET_OPERATION_CANCELLED:
|
||||
return "The operation was canceled, usually because the handle on which the request was operating was closed before the operation completed.";
|
||||
return "The operation was cancelled, usually because the handle on which the request was operating was closed before the operation completed.";
|
||||
case ERROR_INTERNET_INCORRECT_HANDLE_TYPE:
|
||||
return "The type of handle supplied is incorrect for this operation.";
|
||||
case ERROR_INTERNET_INCORRECT_HANDLE_STATE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue