From 4fc0089f63c464ea73291027d03f3c68ac554ea6 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Thu, 9 May 2013 12:26:23 -0600 Subject: [PATCH] Fix typo: s/MsgPong/MsgPing/ --- msgping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgping.go b/msgping.go index 15f6580d..25a7f521 100644 --- a/msgping.go +++ b/msgping.go @@ -8,7 +8,7 @@ import ( "io" ) -// MsgPong implements the Message interface and represents a bitcoin ping +// MsgPing implements the Message interface and represents a bitcoin ping // message. // // For versions BIP0031Version and earlier, it is used primarily to confirm