Skip to content

Commit

Permalink
Comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 7, 2024
1 parent dc04513 commit 984d5c3
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 984d5c3

Please sign in to comment.