From 850870f14b3ce35da30bb765df5472b6102d9537 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Tue, 22 Oct 2013 09:18:55 -0400 Subject: [PATCH] Fix some doc typos (from oga@) --- jsonapi.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/jsonapi.go b/jsonapi.go index e1923bca..d3bab377 100644 --- a/jsonapi.go +++ b/jsonapi.go @@ -191,11 +191,10 @@ func CreateMessage(message string, args ...interface{}) ([]byte, error) { return finalMessage, err } -// CreateMessage takes a string, an id, and the optional arguments for it. -// Then, if it is a recognized bitcoin json message, generates the json message -// ready to send off to the daemon or server. -// It is capable of handeling all of the commands from the standard client, -// described at: +// CreateMessageWithId takes a string, an id, and the optional arguments for +// it. Then, if it is a recognized bitcoin json message, generates the json +// message ready to send off to the daemon or server. It is capable of handling +// all of the commands from the standard client, described at: // https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list func CreateMessageWithId(message string, id interface{}, args ...interface{}) ([]byte, error) { var finalMessage []byte