aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-06-23 13:33:18 +0200
committerJon Atack <jon@atack.com>2021-06-23 13:33:18 +0200
commit184d4534f6f9633d930f288184ca5248333c8ca2 (patch)
treec50b9af1184f5117ad0732af405e260d5324f771 /src/net_processing.cpp
parent567670bec5ecf9bc252e91370382be53fd81ccee (diff)
downloadbitcoin-184d4534f6f9633d930f288184ca5248333c8ca2.tar.xz
script, doc: spelling update
Diffstat (limited to 'src/net_processing.cpp')
-rw-r--r--src/net_processing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index 9bb3dfdcf3..2175b76d16 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -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);