mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-07 03:03:58 +01:00
Fix typos reported by codespell
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
/**
|
||||
* Add a callback to be executed. Callbacks are executed serially
|
||||
* and memory is release-acquire consistent between callback executions.
|
||||
* Practially, this means that callbacks can behave as if they are executed
|
||||
* Practically, this means that callbacks can behave as if they are executed
|
||||
* in order by a single thread.
|
||||
*/
|
||||
void AddToProcessQueue(std::function<void (void)> func);
|
||||
|
||||
Reference in New Issue
Block a user