This commit is contained in:
Veres Lajos
2015-08-08 22:29:57 +01:00
parent 2bfa9a1f98
commit 9f77e49109
116 changed files with 160 additions and 160 deletions

View File

@@ -166,7 +166,7 @@ func (p *Parser) parseInsideAction(cur *ListNode) error {
p.backup()
return p.parseIdentifier(cur)
default:
return fmt.Errorf("unrecognized charactor in action: %#U", r)
return fmt.Errorf("unrecognized character in action: %#U", r)
}
return p.parseInsideAction(cur)
}