Skip to content

Commit

Permalink
Fix some typos (ansible#16498)
Browse files Browse the repository at this point in the history
  • Loading branch information
shotat authored and bcoca committed Jun 29, 2016
1 parent 4f76222 commit 47f715f
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion contrib/inventory/abiquo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# Define an Abiquo user with access to Abiquo API which will be used to
# perform required queries to obtain infromation to generate the Ansible
# perform required queries to obtain information to generate the Ansible
# inventory output.
#
[auth]
Expand Down
4 changes: 2 additions & 2 deletions docs/man/man1/ansible-galaxy.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Don't query the galaxy API when creating roles
LIST
----

The *list* sub-command is used to show what roles are currently instaled.
The *list* sub-command is used to show what roles are currently installed.
You can specify a role name, and if installed only that role will be shown.

USAGE
Expand Down Expand Up @@ -334,7 +334,7 @@ Override the default server https://galaxy.ansible.com.

--list::

Show your configured integrations. Provids the ID of each integration
Show your configured integrations. Provides the ID of each integration
which can be used with the remove option.

--remove::
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/ansible-playbook.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Run operations with su (deprecated, use become).

*-R SU-USER*, *--su-user=*'SU_USER'::

run operations with su as this user (default=root) (deprecated, use become).
Run operations with su as this user (default=root) (deprecated, use become).

*-s*, *--sudo*::

Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/ansible-vault.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ the password.
Show a help message related to the given sub-command.


If '--valut-password-file' is not supplied ansib-vault will automatically prompt for passwords as required.
If '--vault-password-file' is not supplied ansible-vault will automatically prompt for passwords as required.


CREATE
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/ansible.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Show help message and exit.
*-i* 'PATH', *--inventory=*'PATH'::

The 'PATH' to the inventory, which defaults to '/etc/ansible/hosts'.
Alternatively you can use a comma separated list of hosts or single host with traling comma 'host,'.
Alternatively you can use a comma separated list of hosts or single host with trailing comma 'host,'.

*-l* 'SUBSET', *--limit=*'SUBSET'::

Expand Down
2 changes: 1 addition & 1 deletion examples/DOCUMENTATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ notes:
requirements:
- list of required things
- like the factor package
- or a specic platform
- or a specific platform
options:
# One or more of the following
option_name:
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
## 192.168.1.110:

# Ex 3: You can create hosts using ranges and add children groups and vars to a group
# The child group can define anything you would normall add to a group
# The child group can define anything you would normally add to a group

##testing:
## hosts:
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/uptime.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ansible.executor.task_queue_manager import TaskQueueManager
from ansible.plugins.callback import CallbackBase

# Creat a callback object so we can capture the output
# Create a callback object so we can capture the output
class ResultsCollector(CallbackBase):

def __init__(self, *args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/errors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __repr__(self):

def _get_error_lines_from_file(self, file_name, line_number):
'''
Returns the line in the file which coresponds to the reported error
Returns the line in the file which corresponds to the reported error
location, as well as the line preceding it (if the error did not
occur on the first line), to provide context to the error.
'''
Expand Down
2 changes: 1 addition & 1 deletion ticket_stubs/no_thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ open dialog. You can stop by the development list, and we'd be glad to talk abo

* https://groups.google.com/forum/#!forum/ansible-devel

In the future, sometimes starting a discussion on the development list prior to implenting a feature can make getting things included a little easier, but it's not always necessary.
In the future, sometimes starting a discussion on the development list prior to implementing a feature can make getting things included a little easier, but it's not always necessary.

Thank you once again for this and your interest in Ansible!

2 changes: 1 addition & 1 deletion ticket_stubs/pr_duplicate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ However, we're absolutely always up for discussion. Since this is a really busy

* https://groups.google.com/forum/#!forum/ansible-devel

In the future, sometimes starting a discussion on the development list prior to implenting a feature can make getting things included a little easier, but it's not always necessary.
In the future, sometimes starting a discussion on the development list prior to implementing a feature can make getting things included a little easier, but it's not always necessary.

Thank you once again for this and your interest in Ansible!

0 comments on commit 47f715f

Please sign in to comment.