diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cec60d5ac..c90e1d1f2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Highlighted new features: * (DOCS PENDING) sudo: True/False and sudo_user: True/False can set at include and role level * added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions. * --extra-vars can now take a file as input "-e @filename" -* external inventory scripts may now return host variables in one pass, which allows them to be much for efficient for large numbers of hosts +* external inventory scripts may now return host variables in one pass, which allows them to be much more efficient for large numbers of hosts New modules: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 726c0ea1d35..2923021ed16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ Contributors License Agreement ============================== By contributing you agree that these contributions are your own (or approved by your employer) and you grant a full, complete, irrevocable -copyright license to all users and developers of the project, present and future, persusant to the license of the project. +copyright license to all users and developers of the project, present and future, pursuant to the license of the project. diff --git a/docsite/latest/rst/playbooks.rst b/docsite/latest/rst/playbooks.rst index e31805f5d9c..22160bd7b0b 100644 --- a/docsite/latest/rst/playbooks.rst +++ b/docsite/latest/rst/playbooks.rst @@ -157,7 +157,7 @@ To learn more about Jinja2, you can optionally see the `Jinja2 docs