Merge pull request #50758 from jianglingxia/jlx081656

Automatic merge from submit-queue (batch tested with PRs 50758, 48057)

continue fix the typo in staging file

**What this PR does / why we need it**:
in kubernetes has left two place to modify the word of explicit,thanks
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50680 

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-08-16 07:57:21 -07:00 committed by GitHub
commit b68b984917
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ import (
) )
// crdHandler serves the `/apis` endpoint. // 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 { type crdHandler struct {
versionDiscoveryHandler *versionDiscoveryHandler versionDiscoveryHandler *versionDiscoveryHandler
groupDiscoveryHandler *groupDiscoveryHandler groupDiscoveryHandler *groupDiscoveryHandler

View File

@ -34,7 +34,7 @@ import (
) )
// apisHandler serves the `/apis` endpoint. // 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 { type apisHandler struct {
codecs serializer.CodecFactory codecs serializer.CodecFactory
lister listers.APIServiceLister lister listers.APIServiceLister