Fix typo in "receive" occurring a few times
This is just too annoying to see.
This commit is contained in:
parent
5f62f30231
commit
378da09c84
2 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue