diff --git a/examples/remote_cluster.py b/examples/remote_cluster.py index 7f2497941..8cf39efec 100644 --- a/examples/remote_cluster.py +++ b/examples/remote_cluster.py @@ -1,4 +1,4 @@ -# Copyright 2016 The Kubernetes Authors. +# Copyright 2018 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This example demonstrate communication with a remove Kube cluster from a +# This example demonstrate communication with a remote Kube cluster from a # server outside of the cluster without kube client installed on it. # The communication is secured with the use of Bearer token.