summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <lathama@gmail.com>2016-06-28 09:20:13 -0500
committerBrian Coca <bcoca@ansible.com>2016-06-28 10:20:13 -0400
commitb75fccb47566dd676aecee8ed7a2661064d87347 (patch)
tree13f449add947da9637dffeb4b21f14bff632044d
parent4b5203c5fb00ede6790bf48fac1d926e9b626bf4 (diff)
downloadansible-b75fccb47566dd676aecee8ed7a2661064d87347.tar.gz
Noticed a typo (#16474)
Only major typo on document. Several terms that are not ideal English words.
-rw-r--r--docsite/rst/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/glossary.rst b/docsite/rst/glossary.rst
index d43ba95fe5..c66180559b 100644
--- a/docsite/rst/glossary.rst
+++ b/docsite/rst/glossary.rst
@@ -70,7 +70,7 @@ when a term comes up on the mailing list.
Diff Mode
A ``--diff`` flag can be passed to Ansible to show what changed on
modules that support it. You can combine it with ``--check`` to get a
- good 'dry run'. File diffs are normally iin unified diff format.
+ good 'dry run'. File diffs are normally in unified diff format.
Executor
A core software component of Ansible that is the power behind