small typo fix

This commit is contained in:
Radu Ioan Fericean
2014-02-05 14:08:37 +02:00
parent 77c326cccf
commit 59e6e945b5

View File

@@ -26,7 +26,7 @@ import (
)
func init() {
commands["get_balance"] = &CmdGetBalances{}
commands["get_balances"] = &CmdGetBalances{}
}
// Commander implementation