From 2845f0c45564e304042e25175ea75444cbb8a884 Mon Sep 17 00:00:00 2001 From: Baptiste Mathus Date: Mon, 13 Oct 2014 22:10:39 +0200 Subject: [PATCH] Typo: recieve -> receive. --- hacking/templates/rst.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index f02b32fd11e..db9b184d19c 100644 --- a/hacking/templates/rst.j2 +++ b/hacking/templates/rst.j2 @@ -115,7 +115,7 @@ Should you have a question rather than a bug report, inquries are welcome on the Documentation updates for this module can also be edited directly by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree. -This is a "core" ansible module, which means it will recieve slightly higher priority for all requests than those in the "extras" repos. +This is a "core" ansible module, which means it will receive slightly higher priority for all requests than those in the "extras" repos. {% else %} @@ -130,7 +130,7 @@ Should you have a question rather than a bug report, inquries are welcome on the Documentation updates for this module can also be edited directly by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree. -Note that this module is designated a "extras" module. Non-core modules are still fully usuable, but may recieve slightly lower response rates for issues and pull requests. +Note that this module is designated a "extras" module. Non-core modules are still fully usuable, but may receive slightly lower response rates for issues and pull requests. Popular "extras" modules may be promoted to core modules over time. {% endif %}