console: fixed comment typo

This commit is contained in:
hackyminer
2018-08-18 06:07:20 +09:00
parent 99e1a5e0fb
commit 0fd02fe9cf
3 changed files with 6 additions and 6 deletions

View File

@ -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