spelling fixes (non-trivial, changing messages) (#25094)

Multiple spell fixes in single commit.
Taking over existing PR as per comment -
https://github.com/ansible/ansible/pull/23645#issuecomment-304312275

Original Author: klemens <ka7@github.com>

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-06-01 15:15:19 +05:30 committed by John R Barker
parent 9d8aa43c67
commit 07be5f2b67
25 changed files with 36 additions and 36 deletions

View file

@ -947,7 +947,7 @@ class Collector(LogicMonitor):
installer = self.get_installer_binary()
if self.info is None:
self.module.debug("Retriving collector information")
self.module.debug("Retrieving collector information")
self.info = self._get()
if not os.path.exists(self.installdir + "/agent"):