From 50bd3bc759aa4230e7492cb3f285abeffe0d29df Mon Sep 17 00:00:00 2001 From: Ludy Date: Sat, 19 Jul 2025 02:03:32 +0200 Subject: [PATCH] Update app/common/src/main/java/stirling/software/common/util/GeneralUtils.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../main/java/stirling/software/common/util/GeneralUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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