Merge "Fix some typos in the files"

This commit is contained in:
Jenkins 2016-08-24 14:18:10 +00:00 committed by Gerrit Code Review
commit afa28387d3
3 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ class Manager(Basic):
def get_ready_release(self):
"""Make changes in release configuration."""
logger.info("Getting ready relase")
logger.info("Getting ready release")
if self.check_run("ready"):
self.env.revert_snapshot("ready")
logger.info("Getted ready release from snapshot")

View File

@ -2213,7 +2213,7 @@ class FuelWebClient29(object):
cmd='mco find', assert_ec_equal=[0, 1])['stdout_str']
ready_nodes_uids = set(out.split('\n'))
unavailable_nodes = nodes_uids - ready_nodes_uids
logger.debug('Nodes {0} are not reacheable via'
logger.debug('Nodes {0} are not reachable via'
' mcollective'.format(unavailable_nodes))
return not unavailable_nodes

View File

@ -746,7 +746,7 @@ def main():
parser = argparse.ArgumentParser(description='Get downstream build info'
' for Jenkins swarm.runner build.'
' Generate matrix statisctics:'
' Generate matrix statistics:'
' (failure group -> builds & tests).'
' Publish matrix to Testrail'
' if necessary.')