From e22e0ca1afd01d4271f8c4aba00019d010961851 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 15 Nov 2000 15:59:45 +0000 Subject: [PATCH] Fixed comment typo (whoopee). --- src/sbbs3/scfglib2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/scfglib2.c b/src/sbbs3/scfglib2.c index 185fb5d639..9379ca0289 100644 --- a/src/sbbs3/scfglib2.c +++ b/src/sbbs3/scfglib2.c @@ -962,7 +962,7 @@ BOOL read_chat_cfg(scfg_t* cfg, read_cfg_text_t* txt) #endif /****************************************************************************/ -/* Read one line of up two 256 characters from the file pointed to by */ +/* Read one line of up to 256 characters from the file pointed to by */ /* 'stream' and put upto 'maxlen' number of character into 'outstr' and */ /* truncate spaces off end of 'outstr'. */ /****************************************************************************/ -- GitLab