From 1e7b402584111ffdbcbd6d87c67f3e4425c6cc34 Mon Sep 17 00:00:00 2001 From: winesync Date: Tue, 8 Dec 2020 18:00:49 +0100 Subject: [PATCH] [WINESYNC] wininet: Fix the spelling of a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard wine commit id 84069679a407cf0b5b8d185b5d98e9afdb933c45 by Francois Gouget --- dll/win32/wininet/ftp.c | 2 +- sdk/tools/winesync/wininet.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/win32/wininet/ftp.c b/dll/win32/wininet/ftp.c index 9fa6f818197..40f336b1681 100644 --- a/dll/win32/wininet/ftp.c +++ b/dll/win32/wininet/ftp.c @@ -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; diff --git a/sdk/tools/winesync/wininet.cfg b/sdk/tools/winesync/wininet.cfg index 27e5d69264c..daa9b544dc2 100644 --- a/sdk/tools/winesync/wininet.cfg +++ b/sdk/tools/winesync/wininet.cfg @@ -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