diff options
Diffstat (limited to 'src/zenhttp/include')
| -rw-r--r-- | src/zenhttp/include/zenhttp/httpclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/httpclient.h b/src/zenhttp/include/zenhttp/httpclient.h index 044a3162e..0663abc43 100644 --- a/src/zenhttp/include/zenhttp/httpclient.h +++ b/src/zenhttp/include/zenhttp/httpclient.h @@ -87,7 +87,7 @@ public: // The number of bytes sent as part of the request int64_t UploadedBytes; - // The number of bytes recevied as part of the response + // The number of bytes received as part of the response int64_t DownloadedBytes; // The elapsed time in seconds for the request to execute |