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:
Francois Gouget 2019-12-12 11:22:39 +01:00 committed by Alexandre Julliard
parent bd2cc27d55
commit 84069679a4
1 changed files with 1 additions and 1 deletions

View File

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