Spelling fixes
This commit is contained in:
parent
8ac8167570
commit
10bc242c32
13 changed files with 18 additions and 18 deletions
2
cli/koji
2
cli/koji
|
|
@ -67,7 +67,7 @@ def register_plugin(plugin):
|
|||
|
||||
def load_plugins(options, path):
|
||||
"""Load plugins specified by our configuration plus system plugins. Order
|
||||
is that system plugins are first, so they can be overriden by
|
||||
is that system plugins are first, so they can be overridden by
|
||||
user-specified ones with same name."""
|
||||
logger = logging.getLogger('koji.plugins')
|
||||
if os.path.exists(path):
|
||||
|
|
|
|||
|
|
@ -4921,7 +4921,7 @@ def handle_remove_tag_inheritance(goptions, session, args):
|
|||
if not priority:
|
||||
print(_("Please specify a priority on the command line."))
|
||||
return
|
||||
print(_("Error: Key constrainsts may be broken. Exiting."))
|
||||
print(_("Error: Key constraints may be broken. Exiting."))
|
||||
return
|
||||
|
||||
# len(data) == 1
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ class TaskWatcher(object):
|
|||
return self.str()
|
||||
|
||||
def get_failure(self):
|
||||
"""Print infomation about task completion"""
|
||||
"""Print information about task completion"""
|
||||
if self.info['state'] != koji.TASK_STATES['FAILED']:
|
||||
return ''
|
||||
error = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue