Skip to content

Commit

Permalink
[FAB-5395] Fix a misspelled word
Browse files Browse the repository at this point in the history
A letter was misspelled in Event.js: nofified,
which should be notified, I think.

Change-Id: Ia60f25aa5aec241b5a92ee62a671dc6cf7b8875c
Signed-off-by: dong pan <pandong9@wanda.cn>
  • Loading branch information
dong pan committed Jul 21, 2017
1 parent cc5356b commit 64fb795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-client/lib/EventHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var ChainCodeCBE = class {
* transaction lifecyle in an asynchrous fashion. After the transaction proposal
* has been successfully [endorsed]{@link Channel#sendTransactionProposal}, and before
* the transaction message has been successfully [broadcast]{@link Channel#sendTransaction}
* to the orderer, the application should register a listener to be nofified of
* to the orderer, the application should register a listener to be notified of
* the event when the transaction achieves finality, which is when the block
* containing the transaction gets added to the peer's ledger/blockchain.
* <br><br>
Expand Down

0 comments on commit 64fb795

Please sign in to comment.