git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 20 Dec 2021 11:40:16 +0000 (11:40 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 20 Dec 2021 11:40:16 +0000 (11:40 +0000)
server/user.jobengine.osgi.server/src/user/jobengine/server/IJobStepExecutor.java

index 8d52c98834d9beba70946a80bf2c942f20aafe13..44b1396451137a8c516b84df3b17851c543d59a6 100644 (file)
@@ -10,7 +10,7 @@ import user.jobengine.server.steps.IJobStep;
  */
 public interface IJobStepExecutor {
        static final String PROCESSING_LOCALLY = "Processing locally";
-       static final String PROCESSING_REMOTLY = "Processing remotly";
+       static final String PROCESSING_REMOTELY = "Processing remotely";
        static final String WAIT_REMOTE_PROCESSOR = "Waiting for remote processor";
 
        void changePriority(IJobRuntime runtime);