diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c index 5abdd189c951d1eb1085992d9365d0619e49da98..d37fb19edc09d990fe2be1213aa501d28c51b7c4 100644 --- a/src/sbbs3/js_internal.c +++ b/src/sbbs3/js_internal.c @@ -218,7 +218,7 @@ static char* prop_desc[] = { #endif ,"global (top level) object - <small>READ ONLY</small>" /* New properties go here... */ - ,"load() search path array.<br>For relative load paths (e.g. not beginning with '/' or '\'), " + ,"load() search path array.<br>For relative load paths (e.g. not beginning with '/' or '\\'), " "the path is assumed to be a sub-directory of the (configurable) mods or exec directories " "and is searched accordingly. " "So, by default, load(\"somefile.js\") will search in this order:<br>"