From 67ae262a512ff9b738312ec205a6ab291fb15fc5 Mon Sep 17 00:00:00 2001 From: Charles Walker Date: Sat, 27 Oct 2018 09:04:42 -0400 Subject: [PATCH] fix typo in comment --- examples/remote_cluster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.