From 16f0c51f497cf0f7377aaf58147a6ad9a9d2e9f5 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows)" <rob@synchro.net>
Date: Mon, 27 Mar 2023 17:56:28 -0700
Subject: [PATCH] Fix typos/wording of a couple of property JSDOCS

---
 src/sbbs3/js_console.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/js_console.cpp b/src/sbbs3/js_console.cpp
index 5ba1cf67fe..8e7a6fcc7a 100644
--- a/src/sbbs3/js_console.cpp
+++ b/src/sbbs3/js_console.cpp
@@ -441,8 +441,8 @@ static const char* con_prop_desc[] = {
 	,"Number of bytes currently in the output buffer (from the local server) - <small>READ ONLY</small>"
 	,"Number of bytes available in the output buffer - <small>READ ONLY</small>"
 	,"Emulated serial data output rate, in bits-per-second (0 = unlimited)"
-	,"Number of characters current in the keyboard input buffer (from <tt>ungetstr</tt>) - <small>READ ONLY</small>"
-	,"Number of characters spaces available in the keyboard input buffer - <small>READ ONLY</small>"
+	,"Number of characters currently in the keyboard input buffer (from <tt>ungetstr</tt>) - <small>READ ONLY</small>"
+	,"Number of character spaces available in the keyboard input buffer - <small>READ ONLY</small>"
 	,NULL
 };
 #endif
-- 
GitLab