Merge pull request #24282 from goltermann/spelling

Automatic merge from submit-queue

Fix misspellings in comments
This commit is contained in:
k8s-merge-robot
2016-04-19 03:47:07 -07:00
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