script, doc: spelling update

This commit is contained in:
Jon Atack 2021-06-23 13:33:18 +02:00
parent 567670bec5
commit 184d4534f6
No known key found for this signature in database
GPG key ID: 4F5721B3D0E3921D
4 changed files with 6 additions and 5 deletions

View file

@ -467,7 +467,7 @@ private:
bool IsBlockRequested(const uint256& hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
/** Remove this block from our tracked requested blocks. Called if:
* - the block has been recieved from a peer
* - the block has been received from a peer
* - the request for the block has timed out
*/
void RemoveBlockRequest(const uint256& hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main);