From 1a90d01ba9b5c86078b773ae888c39dcf4f5da94 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Sun, 11 Aug 2013 10:24:05 +0530 Subject: [PATCH] Fix some typos discovered during casual reading --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- docsite/latest/rst/playbooks.rst | 12 ++++++------ docsite/latest/rst/playbooks2.rst | 10 +++++----- lib/ansible/runner/lookup_plugins/together.py | 2 +- lib/ansible/utils/__init__.py | 4 ++-- library/packaging/apt_repository | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cec60d5a..c90e1d1f2b 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 726c0ea1d3..2923021ed1 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 e31805f5d9..22160bd7b0 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