continue fix the typo

This commit is contained in:
jianglingxia 2017-08-16 17:02:43 +08:00
parent bc2f049067
commit 9eed07c6e9
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ import (
)
// crdHandler serves the `/apis` endpoint.
// This is registered as a filter so that it never collides with any explictly registered endpoints
// This is registered as a filter so that it never collides with any explicitly registered endpoints
type crdHandler struct {
versionDiscoveryHandler *versionDiscoveryHandler
groupDiscoveryHandler *groupDiscoveryHandler

View File

@ -34,7 +34,7 @@ import (
)
// apisHandler serves the `/apis` endpoint.
// This is registered as a filter so that it never collides with any explictly registered endpoints
// This is registered as a filter so that it never collides with any explicitly registered endpoints
type apisHandler struct {
codecs serializer.CodecFactory
lister listers.APIServiceLister