From 6162812a3bcf26e388933a13ff31f1437cd5ab92 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 28 Dec 2018 03:38:55 +0000
Subject: [PATCH] Fixed typo in JSDOC description of js.load_path_list
 property.

---
 src/sbbs3/js_internal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c
index 5abdd189c9..d37fb19edc 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>"
-- 
GitLab