Skip to content

Commit 67ae262

Browse files
committed
fix typo in comment
1 parent 8b2b3cd commit 67ae262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/remote_cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 The Kubernetes Authors.
1+
# Copyright 2018 The Kubernetes Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# This example demonstrate communication with a remove Kube cluster from a
15+
# This example demonstrate communication with a remote Kube cluster from a
1616
# server outside of the cluster without kube client installed on it.
1717
# The communication is secured with the use of Bearer token.
1818

0 commit comments

Comments
 (0)