diff --git a/src/sbbs3/js_console.cpp b/src/sbbs3/js_console.cpp index 5ba1cf67fe448764470fc604481045df5fe24133..8e7a6fcc7a41f0bc9aca67723a533679fea781bc 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