Fix misspellings in comments.

https://goreportcard.com/report/k8s.io/kubernetes#misspell
This commit is contained in:
goltermann
2016-04-14 13:55:59 -07:00
parent 5cc7c9565f
commit c226c9435b
7 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ type Package interface {
Path() string
// Filter should return true if this package cares about this type.
// Otherwise, this type will be ommitted from the type ordering for
// Otherwise, this type will be omitted from the type ordering for
// this package.
Filter(*Context, *types.Type) bool