Fixing typo in log

This commit is contained in:
SinusFox
2024-10-07 19:19:27 +02:00
parent 32c27a40bb
commit 043e007b83
+1 -1
View File
@@ -47,7 +47,7 @@ function walltimeStart() {
}
function isInputValidRegex(obj: string | undefined, subj: string | undefined, bounds: string | undefined, vars: string | undefined): boolean {
customLog("Staring input checks...");
customLog("Starting input checks...");
// standard case: input is undefined - invalid
if (obj === undefined || obj === null || subj === undefined || subj === null || bounds === undefined || bounds === null || vars === undefined || vars === null) {