mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-19 07:55:09 +00:00
typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user