[WINESYNC] wininet: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 84069679a407cf0b5b8d185b5d98e9afdb933c45 by Francois Gouget <fgouget@free.fr>
This commit is contained in:
winesync 2020-12-08 18:00:49 +01:00 committed by Jérôme Gardou
parent 0a44ccfa80
commit 1e7b402584
2 changed files with 2 additions and 2 deletions

View file

@ -3932,7 +3932,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;

View file

@ -5,4 +5,4 @@ files:
include/wininet.h: sdk/include/psdk/wininet.h
include/winineti.h: sdk/include/psdk/winineti.h
tags:
wine: cadad89d106186a9d0377607096a58677496ec50
wine: 84069679a407cf0b5b8d185b5d98e9afdb933c45