mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
[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:
parent
0a44ccfa80
commit
1e7b402584
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue