Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Jan 30, 2023
1 parent 3ba306e commit 886fd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ INTERNAL_ERROR=An internal error occurred: {0}.
JOB_STEP_MISSING=The Job {0} in scope {1} does not have steps configured.
JOB_TARGET_MISSING=The Job {0} in scope {1} does not have targets configured.
JOB_TARGET_INVALID=The Job {0} in scope {1} cannot be started because at least one of the {2} Job Target is not a current Job Target.
JOB_ALREADY_RUNNING=The Job {0} in scope {1} cannot be started because it is already is already running.
JOB_ALREADY_RUNNING=The Job {0} in scope {1} cannot be started because it is already running.
JOB_STARTING=The Job {0} in scope {1} cannot be started.
JOB_RESUMING=The Job Execution {2} of Job {0} in scope {1} cannot be resumed.
JOB_RUNNING=The Job {0} in scope {1} is running and the operation cannot be performed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final Object processItem(Object item) throws Exception {
}

/**
* Actions before {@link #processTarget(JobTarget)} invokation.
* Actions before {@link #processTarget(JobTarget)} invocation.
*
* @param wrappedJobTarget The current {@link JobTargetWrapper}
* @since 1.1.0
Expand Down

0 comments on commit 886fd64

Please sign in to comment.