Fix misspell errors

This commit is contained in:
Manuel de Brito Fontes 2017-11-05 20:11:33 -03:00
parent 5e05acd924
commit 639863a622
4 changed files with 8 additions and 3 deletions

View file

@ -49,7 +49,7 @@ func NewParser() parser.IngressAnnotation {
// Parse parses the annotations contained in the ingress
// rule used to create a redirect in the paths defined in the rule.
// If the Ingress containes both annotations the execution order is
// If the Ingress contains both annotations the execution order is
// temporal and then permanent
func (a redirect) Parse(ing *extensions.Ingress) (interface{}, error) {
r3w, _ := parser.GetBoolAnnotation(www, ing)