From 28b2464c95c9da5da84360e58bcaa01be91741c3 Mon Sep 17 00:00:00 2001
From: Caesar Chad <BLUE.WEB.GEEK@gmail.com>
Date: Wed, 13 Jun 2018 18:59:03 +0800
Subject: [PATCH] console/console: correct some comments typo

console/console: correct some comments typo
---
 console/console.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/console/console.go b/console/console.go
index 1bceb7bc6597..56e03837ac44 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 {