From 8808e029f9cafc4857a6395ae0f669ab54a24645 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Sat, 8 Mar 2014 04:49:55 -0600 Subject: [PATCH] spelling correction for "separate" s/seperate/separate/ http://en.wiktionary.org/wiki/separate --- docsite/rst/guide_aws.rst | 2 +- examples/ansible.cfg | 4 ++-- library/files/assemble | 2 +- plugins/inventory/ec2.ini | 2 +- test/README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsite/rst/guide_aws.rst b/docsite/rst/guide_aws.rst index dbe5427bc52..39f2440f195 100644 --- a/docsite/rst/guide_aws.rst +++ b/docsite/rst/guide_aws.rst @@ -129,7 +129,7 @@ it will be automatically discoverable via a dynamic group like so:: - ping Using this philosophy can be a great way to manage groups dynamically, without -having to maintain seperate inventory. +having to maintain separate inventory. .. _aws_pull: diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 2edbe361b0b..5b23e101269 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -23,7 +23,7 @@ sudo_user = root transport = smart remote_port = 22 -# additional paths to search for roles in, colon seperated +# additional paths to search for roles in, colon separated #roles_path = /etc/ansible/roles # uncomment this to disable SSH key host checking @@ -82,7 +82,7 @@ ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} # to revert the behavior to pre-1.3. #error_on_undefined_vars = False -# set plugin path directories here, seperate with colons +# set plugin path directories here, separate with colons action_plugins = /usr/share/ansible_plugins/action_plugins callback_plugins = /usr/share/ansible_plugins/callback_plugins connection_plugins = /usr/share/ansible_plugins/connection_plugins diff --git a/library/files/assemble b/library/files/assemble index f4a60caf230..90c1a90aeb3 100644 --- a/library/files/assemble +++ b/library/files/assemble @@ -59,7 +59,7 @@ options: default: "no" delimiter: description: - - A delimiter to seperate the file contents. + - A delimiter to separate the file contents. version_added: "1.4" required: false default: null diff --git a/plugins/inventory/ec2.ini b/plugins/inventory/ec2.ini index 9d05dfad031..b931c4a7da9 100644 --- a/plugins/inventory/ec2.ini +++ b/plugins/inventory/ec2.ini @@ -39,7 +39,7 @@ vpc_destination_variable = ip_address route53 = False # Additionally, you can specify the list of zones to exclude looking up in -# 'route53_excluded_zones' as a comma-seperated list. +# 'route53_excluded_zones' as a comma-separated list. # route53_excluded_zones = samplezone1.com, samplezone2.com # API calls to EC2 are slow. For this reason, we cache the results of an API diff --git a/test/README.md b/test/README.md index e5339acc625..526b448e087 100644 --- a/test/README.md +++ b/test/README.md @@ -16,7 +16,7 @@ integration Integration test layer, constructed using playbooks. -Some tests may require cloud credentials, others will not, and destructive tests are seperated from non-destructive so a subset +Some tests may require cloud credentials, others will not, and destructive tests are separated from non-destructive so a subset can be run on development machines. learn more