Merge pull request #26956 from joe2far/fix-typos

Automatic merge from submit-queue

Fixed several typos
This commit is contained in:
k8s-merge-robot
2016-07-14 04:13:15 -07:00
committed by GitHub
67 changed files with 81 additions and 81 deletions

View File

@@ -240,7 +240,7 @@ func DefaultKubernetesUserAgent() string {
// InClusterConfig returns a config object which uses the service account
// kubernetes gives to pods. It's intended for clients that expect to be
// running inside a pod running on kuberenetes. It will return an error if
// running inside a pod running on kubernetes. It will return an error if
// called from a process not running in a kubernetes environment.
func InClusterConfig() (*Config, error) {
host, port := os.Getenv("KUBERNETES_SERVICE_HOST"), os.Getenv("KUBERNETES_SERVICE_PORT")