diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2017-06-12 08:55:19 +0200 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2017-06-12 08:55:19 +0200 |
commit | b89cb956092e6f28d16010dc887ee2dc46e7855b (patch) | |
tree | 0162132b7c833888bc16a32c6d5e251245aedd03 /examples | |
parent | postgresql_user: fix bugs related to 'expires' option (#23862) (diff) | |
download | ansible-b89cb956092e6f28d16010dc887ee2dc46e7855b.tar.xz ansible-b89cb956092e6f28d16010dc887ee2dc46e7855b.zip |
Fix spelling mistakes (comments only) (#25564)
Original Author : klemens <ka7@github.com>
Taking over previous PR as per
https://github.com/ansible/ansible/pull/23644#issuecomment-307334525
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hosts.yaml | 2 | ||||
-rw-r--r-- | examples/scripts/ConfigureRemotingForAnsible.ps1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/hosts.yaml b/examples/hosts.yaml index 3510746d64..952dd01406 100644 --- a/examples/hosts.yaml +++ b/examples/hosts.yaml @@ -45,7 +45,7 @@ ## beta.example.org: # Ex 4: all vars -# keeping withing 'all' group you can define common 'all' vars here with lowest precedence +# keeping within 'all' group you can define common 'all' vars here with lowest precedence ## vars: ## commontoall: thisvar diff --git a/examples/scripts/ConfigureRemotingForAnsible.ps1 b/examples/scripts/ConfigureRemotingForAnsible.ps1 index 502fb2388c..b84dc295a4 100644 --- a/examples/scripts/ConfigureRemotingForAnsible.ps1 +++ b/examples/scripts/ConfigureRemotingForAnsible.ps1 @@ -16,7 +16,7 @@ # a 10-year valid certificate. # # Use option -ForceNewSSLCert if the system has been SysPreped and a new -# SSL Certifcate must be forced on the WinRM Listener when re-running this +# SSL Certificate must be forced on the WinRM Listener when re-running this # script. This is necessary when a new SID and CN name is created. # # Use option -SkipNetworkProfileCheck to skip the network profile check. |