Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Mihaela Balutoiu <[email protected]>
  • Loading branch information
mihaelabalutoiu committed Jun 7, 2024
1 parent 190add7 commit 0b8113d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coriolis/minion_manager/rpc/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def _get_task_name(self, action_id):
def _confirm_machine_allocation_for_action(
self, context, action_id, machine_allocations):
raise NotImplementedError(
"No minion allocation confrimation operation defined")
"No minion allocation confirmation operation defined")

def execute(self, context):
machines_cache = {}
Expand Down Expand Up @@ -293,7 +293,7 @@ def _check_minion_properties(
"connection_info": minion_machine.connection_info}
if not all(required_props.values()):
raise exception.InvalidMinionMachineState(
"One or more required paroperties for minion machine '%s' "
"One or more required properties for minion machine '%s' "
"(to be used as a '%s' minion for instance '%s' of action "
"'%s') were missing: %s" % (
minion_machine.id, minion_purpose, instance,
Expand Down

0 comments on commit 0b8113d

Please sign in to comment.