Merge pull request #70471 from xichengliudui/fix181031

Fix some typos
This commit is contained in:
k8s-ci-robot
2018-11-29 00:48:16 -08:00
committed by GitHub
7 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// The kubapiserver package holds code that is common to both the kube-apiserver
// The kubeapiserver package holds code that is common to both the kube-apiserver
// and the federation-apiserver, but isn't part of a generic API server.
// For instance, the non-delegated authorization options are used by those two
// servers, but no generic API server is likely to use them.