Skip to content

Commit

Permalink
Merge pull request #394 from evoskuil/master
Browse files Browse the repository at this point in the history
Comment typo.
  • Loading branch information
evoskuil authored May 7, 2024
2 parents dc04513 + 984d5c3 commit 8cc5806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/network/async/subscriber.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class subscriber final
~subscriber() NOEXCEPT;

/// If stopped, handler is invoked with error::subscriber_stopped.
/// Otherwise hanndler retained. Subscription code is also returned here.
/// Otherwise handler retained. Subscription code is also returned here.
code subscribe(handler&& handler) NOEXCEPT;

/// Invoke each handler in order with specified arguments.
Expand Down

0 comments on commit 8cc5806

Please sign in to comment.