diff --git a/src/sbbs3/js_file.c b/src/sbbs3/js_file.c index 33a4ea779cbdd62f6355cf5954875ca7ca9dbafd..56fd88fa5d827f6c8adebfe4423f05adbb049bc6 100644 --- a/src/sbbs3/js_file.c +++ b/src/sbbs3/js_file.c @@ -2934,7 +2934,7 @@ static jsSyncMethodSpec js_file_functions[] = { ,310 }, {"read", js_read, 0, JSTYPE_STRING, JSDOCSTR("[maxlen=<i>file_length</i>-<i>file_position</i>]") - ,JSDOCSTR("Read a string from file (optionally unix-to-unix or base64 decoding in the process), " + ,JSDOCSTR("Read a string from file (optionally unix-to-unix or base64 encoding in the process), " "<i>maxlen</i> defaults to the current length of the file minus the current file position") ,310 },