From 1bc63bfd5d9901aab6eb321e4adf2925ebed1053 Mon Sep 17 00:00:00 2001 From: jolan Date: Fri, 14 Mar 2014 15:08:51 -0500 Subject: [PATCH] recieve->receive --- cmdhelp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdhelp.go b/cmdhelp.go index 3c1f9d19..3211cbce 100644 --- a/cmdhelp.go +++ b/cmdhelp.go @@ -428,7 +428,7 @@ transaction "txid". The object follows the following format: { "account":"name", # The acount name involvedi n the transaction. "" means the default. "address":"address", # The address involved in the transaction as a string. - "category":"send|recieve", # Category - either send or recieve. + "category":"send|receive", # Category - either send or receive. "amount":n, # numeric amount in BTC. } ...