diff --git a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java index 4cbf3f84b..dcb9be825 100644 --- a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java +++ b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java @@ -448,7 +448,7 @@ public class GeneralUtils { * path. */ public static Path extractScript(String scriptName) throws IOException { - // 1. loade the script from classpath + // 1. load the script from classpath ClassPathResource resource = new ClassPathResource("static/python/" + scriptName); // 2. create a temporary directory