Francois Gouget : wininet: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:29:41 CST 2019


Module: wine
Branch: master
Commit: 84069679a407cf0b5b8d185b5d98e9afdb933c45
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=84069679a407cf0b5b8d185b5d98e9afdb933c45

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Dec 12 11:22:39 2019 +0100

wininet: Fix the spelling of a comment.

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

---

 dlls/wininet/ftp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wininet/ftp.c b/dlls/wininet/ftp.c
index 5e21076953..94491689df 100644
--- a/dlls/wininet/ftp.c
+++ b/dlls/wininet/ftp.c
@@ -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;
 




More information about the wine-cvs mailing list