wininet: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bd2cc27d55
commit
84069679a4
|
@ -3928,7 +3928,7 @@ static DWORD FTP_SetResponseError(DWORD dwResponse)
|
|||
dwCode = ERROR_INTERNET_CANNOT_CONNECT;
|
||||
break;
|
||||
|
||||
case 426: /* Connection closed, transer aborted. */
|
||||
case 426: /* Connection closed, transfer aborted. */
|
||||
dwCode = ERROR_INTERNET_CONNECTION_ABORTED;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue