diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-10-19 16:29:42 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-10-19 16:46:47 +0200 |
commit | 5bfa7e8da79685e09097d266d6cf453729e704dc (patch) | |
tree | f238f57c0d02cad90a417bf7c26898727b22bffc /playbooks/libvirt/openshift-cluster | |
parent | 3be15dae0b039e06e31b4eecc933851ada7446cb (diff) | |
download | openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.gz openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.bz2 openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.xz openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.zip |
Fix typos
Diffstat (limited to 'playbooks/libvirt/openshift-cluster')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/terminate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/terminate.yml b/playbooks/libvirt/openshift-cluster/terminate.yml index df5c52f2d..81e6d8f05 100644 --- a/playbooks/libvirt/openshift-cluster/terminate.yml +++ b/playbooks/libvirt/openshift-cluster/terminate.yml @@ -1,5 +1,5 @@ --- -# TODO: does not handle a non-existant cluster gracefully +# TODO: does not handle a non-existent cluster gracefully - name: Terminate instance(s) hosts: localhost |