aboutsummaryrefslogtreecommitdiffstats
path: root/console/console.go
diff options
context:
space:
mode:
authorhackyminer <hackyminer@gmail.com>2018-08-18 05:07:20 +0800
committerhackyminer <hackyminer@gmail.com>2018-08-18 06:47:10 +0800
commit0fd02fe9cff54a5edce87588ed780c76a95329fd (patch)
tree69c81dd21a53a310b32d176454c8d098f9dc39d1 /console/console.go
parent99e1a5e0fb6f238319042dd2c4c8468dc786a4b7 (diff)
downloadgo-tangerine-0fd02fe9cff54a5edce87588ed780c76a95329fd.tar
go-tangerine-0fd02fe9cff54a5edce87588ed780c76a95329fd.tar.gz
go-tangerine-0fd02fe9cff54a5edce87588ed780c76a95329fd.tar.bz2
go-tangerine-0fd02fe9cff54a5edce87588ed780c76a95329fd.tar.lz
go-tangerine-0fd02fe9cff54a5edce87588ed780c76a95329fd.tar.xz
go-tangerine-0fd02fe9cff54a5edce87588ed780c76a95329fd.tar.zst
go-tangerine-0fd02fe9cff54a5edce87588ed780c76a95329fd.zip
console: fixed comment typo
Diffstat (limited to 'console/console.go')
-rw-r--r--console/console.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/console.go b/console/console.go
index 56e03837a..3c397f800 100644
--- a/console/console.go
+++ b/console/console.go
@@ -314,7 +314,7 @@ func (c *Console) Interactive() {
input = "" // Current user input
scheduler = make(chan string) // Channel to send the next prompt on and receive the input
)
- // Start a goroutine to listen for promt requests and send back inputs
+ // Start a goroutine to listen for prompt requests and send back inputs
go func() {
for {
// Read the next user input