]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java
Rename OverrideContextAware task
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / core / execution / tasks / SystemCall.java
index c0316128549e1be498836f9e08ed0c34bd2fe597..38b0f78b4f5b759390a3d1141145c28e00a371a2 100644 (file)
@@ -48,7 +48,7 @@ public class SystemCall implements Executable {
                        // Execution directory
                        File dir = null;
                        if (execDir != null) {
-                               // Replace '/' by local file separator, for portabiliy
+                               // Replace '/' by local file separator, for portability
                                execDir.replace('/', File.separatorChar);
                                dir = new File(execDir).getCanonicalFile();
                        }
@@ -123,7 +123,7 @@ public class SystemCall implements Executable {
        }
 
        /**
-        * Shortcut method returning teh current exec dir if the specified one is
+        * Shortcut method returning the current exec dir if the specified one is
         * null.
         */
        private String getUsedDir(File dir) {
@@ -132,7 +132,7 @@ public class SystemCall implements Executable {
                else
                        return dir.getPath();
        }
-
+       
        protected void stdOutCallback(String line) {
                log(stdOutLogLevel, line);
        }