From bf7c5fa0622a46635b82feed9112b2941a45deb1 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 30 Dec 2013 16:32:25 -0500 Subject: [PATCH] Fix a typo. --- util/btcctl/btcctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/btcctl/btcctl.go b/util/btcctl/btcctl.go index 4331af3b..71e143c4 100644 --- a/util/btcctl/btcctl.go +++ b/util/btcctl/btcctl.go @@ -168,7 +168,7 @@ func makeDumpPrivKey(args []interface{}) (btcjson.Cmd, error) { } // makeGetAccount generates the cmd structure for -// getaddress commands. +// getaccount commands. func makeGetAccount(args []interface{}) (btcjson.Cmd, error) { return btcjson.NewGetAccountCmd("btcctl", args[0].(string)) }