aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-01-21 06:26:41 +0800
committerobscuren <geffobscura@gmail.com>2014-01-21 06:26:41 +0800
commitf6b54c38a4f7baaaa2c1ab94a1a9922fdaeb3ef2 (patch)
tree728fdb6d76c82622ba6827619a4b08528ef7b63e
parent09df961abb69bb1c49a53e7d61e9c76a1ff0edcd (diff)
parent9c296d98dee26ebddf63fbfbc1a877ef4a767e0f (diff)
downloadgo-tangerine-f6b54c38a4f7baaaa2c1ab94a1a9922fdaeb3ef2.tar.gz
go-tangerine-f6b54c38a4f7baaaa2c1ab94a1a9922fdaeb3ef2.tar.zst
go-tangerine-f6b54c38a4f7baaaa2c1ab94a1a9922fdaeb3ef2.zip
Merge branch 'master' of github.com-obscure:ethereum/go-ethereum
-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")