aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesar Chad <BLUE.WEB.GEEK@gmail.com>2018-06-14 16:35:20 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-06-14 16:35:20 +0800
commite33a5de454d1cda40c9323a946952223f3d681d2 (patch)
treed6faec1dad9fbf6b62f5f18d50001e8eb36f357c
parentf04c0e341ed355f12fbb2d6f912f36e9d869c21b (diff)
downloaddexon-e33a5de454d1cda40c9323a946952223f3d681d2.tar
dexon-e33a5de454d1cda40c9323a946952223f3d681d2.tar.gz
dexon-e33a5de454d1cda40c9323a946952223f3d681d2.tar.bz2
dexon-e33a5de454d1cda40c9323a946952223f3d681d2.tar.lz
dexon-e33a5de454d1cda40c9323a946952223f3d681d2.tar.xz
dexon-e33a5de454d1cda40c9323a946952223f3d681d2.tar.zst
dexon-e33a5de454d1cda40c9323a946952223f3d681d2.zip
console: correct some comments typo (#16971)
console/console: correct some comments typo
-rw-r--r--console/console.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/console.go b/console/console.go
index 1bceb7bc6..56e03837a 100644
--- a/console/console.go
+++ b/console/console.go
@@ -60,7 +60,7 @@ type Config struct {
Preload []string // Absolute paths to JavaScript files to preload
}
-// Console is a JavaScript interpreted runtime environment. It is a fully fleged
+// Console is a JavaScript interpreted runtime environment. It is a fully fledged
// JavaScript console attached to a running node via an external or in-process RPC
// client.
type Console struct {