From c451eba7cdefc02d6e159ac11188eee95cb5a46b Mon Sep 17 00:00:00 2001 From: Harlan T Wood Date: Mon, 24 Aug 2015 11:01:48 -0700 Subject: [PATCH] fix spelling and broken links Javascipt-Console -> Javascript-Console --- cmd/geth/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 77a98f3e71..509f7784f0 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -250,7 +250,7 @@ nodes. Description: ` The Geth console is an interactive shell for the JavaScript runtime environment which exposes a node admin interface as well as the Ðapp JavaScript API. -See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console +See https://github.com/ethereum/go-ethereum/wiki/Javascript-Console `}, { Action: attach, @@ -259,7 +259,7 @@ See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console Description: ` The Geth console is an interactive shell for the JavaScript runtime environment which exposes a node admin interface as well as the Ðapp JavaScript API. -See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console. +See https://github.com/ethereum/go-ethereum/wiki/Javascript-Console. This command allows to open a console on a running geth node. `, }, @@ -269,7 +269,7 @@ This command allows to open a console on a running geth node. Usage: `executes the given JavaScript files in the Geth JavaScript VM`, Description: ` The JavaScript VM exposes a node admin interface as well as the Ðapp -JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console +JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascript-Console `, }, }