Fixed typo.

This commit is contained in:
David 2015-02-01 20:47:25 -08:00
parent e15910a113
commit 80ea02cc9b

View File

@ -14,7 +14,7 @@ var MAX_RECEIVE_BUFFER = 10000000;
/** /**
* A Peer instance represents a remote bitcoin node and allows to communicate * 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 * @example
* ```javascript * ```javascript