Fix some types

Fix some typos
This commit is contained in:
xichengliudui
2018-10-31 03:41:20 -04:00
parent d7de3e5369
commit 8477389e7c
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.