aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <obscuren@users.noreply.github.com>2014-01-20 07:58:41 +0800
committerobscuren <obscuren@users.noreply.github.com>2014-01-20 07:58:41 +0800
commit9c296d98dee26ebddf63fbfbc1a877ef4a767e0f (patch)
tree0b54964a51dd68752f4f041f9c72954dee64b757
parentb608a80ef154ac7847c3f6dbb8727f8d83aca735 (diff)
parentbe48f2eb91b8726cbafe9865360e64cbfa35c3de (diff)
downloadgo-tangerine-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar.gz
go-tangerine-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar.zst
go-tangerine-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.zip
Merge pull request #4 from stephantual/master
Fixed typo (credit to comma 8)
-rw-r--r--dev_console.go2
1 files changed, 1 insertions, 1 deletions
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")