diff options
author | hackyminer <hackyminer@gmail.com> | 2018-08-18 05:07:20 +0800 |
---|---|---|
committer | hackyminer <hackyminer@gmail.com> | 2018-08-18 06:47:10 +0800 |
commit | 0fd02fe9cff54a5edce87588ed780c76a95329fd (patch) | |
tree | 69c81dd21a53a310b32d176454c8d098f9dc39d1 /console/prompter.go | |
parent | 99e1a5e0fb6f238319042dd2c4c8468dc786a4b7 (diff) | |
download | go-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/prompter.go')
-rw-r--r-- | console/prompter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/prompter.go b/console/prompter.go index c477b4817..9b90034db 100644 --- a/console/prompter.go +++ b/console/prompter.go @@ -27,7 +27,7 @@ import ( // Only this reader may be used for input because it keeps an internal buffer. var Stdin = newTerminalPrompter() -// UserPrompter defines the methods needed by the console to promt the user for +// UserPrompter defines the methods needed by the console to prompt the user for // various types of inputs. type UserPrompter interface { // PromptInput displays the given prompt to the user and requests some textual |