Fix typo in wxWebRequest documentation

This commit is contained in:
Vadim Zeitlin
2020-12-13 00:43:36 +01:00
parent 0d8616881d
commit 3a5f5006fb

View File

@@ -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.