[WINESYNC] wininet: Fix the spelling of a comment.
authorwinesync <ros-dev@reactos.org>
Tue, 8 Dec 2020 17:00:49 +0000 (18:00 +0100)
committerJérôme Gardou <zefklop@users.noreply.github.com>
Tue, 5 Jan 2021 10:03:13 +0000 (11:03 +0100)
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>

dll/win32/wininet/ftp.c
sdk/tools/winesync/wininet.cfg

index 9fa6f81..40f336b 100644 (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;
 
index 27e5d69..daa9b54 100644 (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