From 80ea02cc9bb84ecf3c2f18734b559e993dac11c1 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 1 Feb 2015 20:47:25 -0800 Subject: [PATCH] Fixed typo. --- lib/peer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/peer.js b/lib/peer.js index e52f441..7b8d315 100644 --- a/lib/peer.js +++ b/lib/peer.js @@ -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