From 3a5f5006fbd8a5d208bd665a9bb905429a6844f6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Dec 2020 00:43:36 +0100 Subject: [PATCH] Fix typo in wxWebRequest documentation --- interface/wx/webrequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/webrequest.h b/interface/wx/webrequest.h index 94de7fad1f..ac61675708 100644 --- a/interface/wx/webrequest.h +++ b/interface/wx/webrequest.h @@ -311,7 +311,7 @@ public: /// Returns the number of bytes sent to the server. wxFileOffset GetBytesSent() const; - /// Returns the number of bytes expected to be send to the server. + /// Returns the number of bytes expected to be sent to the server. wxFileOffset GetBytesExpectedToSend() const; /// Returns the number of bytes received from the server.