Fix typo in "receive" occurring a few times

This is just too annoying to see.
This commit is contained in:
Vadim Zeitlin 2023-12-27 02:56:20 +01:00
parent 5f62f30231
commit 378da09c84
2 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@ public:
void OnData(wxWebRequestEvent& evt)
{
// Count all bytes recieved via data event for Storage_None
// Count all bytes received via data event for Storage_None
dataSize += evt.GetDataSize();
}