From 59e6e945b50423026b3fecc7f316fe600c02736a Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 5 Feb 2014 14:08:37 +0200 Subject: [PATCH] small typo fix --- console/get_balances.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/get_balances.go b/console/get_balances.go index 9804afa39..32b9c9871 100644 --- a/console/get_balances.go +++ b/console/get_balances.go @@ -26,7 +26,7 @@ import ( ) func init() { - commands["get_balance"] = &CmdGetBalances{} + commands["get_balances"] = &CmdGetBalances{} } // Commander implementation