Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lebdron committed Jun 24, 2017
1 parent 23581bd commit 7d104e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions irohad/network/network_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace iroha {
/**
* Interface provides methods for fetching consensus-related data.
*/
class ConsensusListner {
class ConsensusListener {
public:
/**
* Event is triggered when proposal arrives from network.
Expand Down Expand Up @@ -81,7 +81,7 @@ namespace iroha {
* peers in a network
*/
class PeerCommunicationService : public TransactionPropagator,
public ConsensusListner {};
public ConsensusListener {};
}
}
#endif // IROHA_NETWORK_H

0 comments on commit 7d104e7

Please sign in to comment.