From be48f2eb91b8726cbafe9865360e64cbfa35c3de Mon Sep 17 00:00:00 2001 From: Stephan Tual Date: Wed, 15 Jan 2014 17:40:35 +0000 Subject: [PATCH] Fixed typo (credit to comma 8) --- dev_console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_console.go b/dev_console.go index 228cfc47e..5340a5f46 100644 --- a/dev_console.go +++ b/dev_console.go @@ -116,7 +116,7 @@ func (i *Console) ParseInput(input string) bool { "rawroot - Prints the raw merkle root\n" + "\033[1m= Dagger =\033[0m\n" + "dag HASH NONCE - Verifies a nonce with the given hash with dagger\n" + - "\033[1m= Enroding =\033[0m\n" + + "\033[1m= Encoding =\033[0m\n" + "decode STR\n" + "encode STR\n")