summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tankersley <george.tankersley@coreos.com>2016-02-02 16:25:55 -0800
committerGeorge Tankersley <george.tankersley@coreos.com>2016-02-02 16:25:55 -0800
commit838bf4e23a2f82a20730acaedf499cd5815a6b29 (patch)
treef48583b485491bf866a184352281bfa1b95cd170
parent7c97ddefc823ace427ce21e9ee6604a5d492d3e8 (diff)
Fix typo
-rw-r--r--kubelet-tls-bootstrap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubelet-tls-bootstrap.md b/kubelet-tls-bootstrap.md
index 67a16986..57327322 100644
--- a/kubelet-tls-bootstrap.md
+++ b/kubelet-tls-bootstrap.md
@@ -128,7 +128,7 @@ CertificateSigningRequestStatus with the new data.
An administrator using `kubectl` or another API client can query the
CertificateSigningRequestList and update the status of
CertificateSigningRequests. The default Status is Unknown, indicating that
-there has been no decision so fare. A Status of True indicates that the admin
+there has been no decision so far. A Status of True indicates that the admin
has approved the request and the apiserver should issue the certificate. A
Status of False indicates that the admin has denied the request. An admin may
also supply Reason and Message fields to explain the rejection.