fix spelling

This commit is contained in:
Michael Davidsaver
2024-10-13 17:26:43 -07:00
parent f3d6fe6fa3
commit a7d761d507
9 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ struct SubscriptionImpl final : public OperationBase, public Subscription
loop.call([this, &ret](){
// really on worker
// try to re-use already wrapped
// try to reuse already wrapped
ret = external_internal.lock();
if(!ret) {
// nope, need to build a fresh one