Merge pull request #23 from Klakurka/patch-1

Fixed typo.
This commit is contained in:
Braydon Fuller 2015-02-02 00:47:25 -05:00
commit c3b2809426

View File

@ -14,7 +14,7 @@ var MAX_RECEIVE_BUFFER = 10000000;
/**
* A Peer instance represents a remote bitcoin node and allows to communicate
* with it using the standar messages of the bitcoin p2p protocol.
* with it using the standard messages of the bitcoin p2p protocol.
*
* @example
* ```javascript