Fix minor typo

This commit is contained in:
Roi Martin 2016-05-23 00:21:03 +02:00
parent 6f73260433
commit 132f267b70
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ func paramToColor(p int) Attribute {
}
// parseOne parses a rune. If isEscape is true, it means that the rune is part
// of an scape sequence, and as such should not be printed verbatim. Otherwise,
// of an escape sequence, and as such should not be printed verbatim. Otherwise,
// it's not an escape sequence.
func (ei *escapeInterpreter) parseOne(ch rune) (isEscape bool, err error) {
// Sanity checks to make sure we're not parsing something totally bogus.