From edae60d5c0a8b0536033c6d8956d3d42dc4921fb Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 22 Feb 2020 19:34:35 +0000 Subject: [PATCH] Fix a couple more typos, in online help this time. --- src/sbbs3/scfg/scfgsys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/scfg/scfgsys.c b/src/sbbs3/scfg/scfgsys.c index 8f9cd5f366..410cfa6c6b 100644 --- a/src/sbbs3/scfg/scfgsys.c +++ b/src/sbbs3/scfg/scfgsys.c @@ -553,7 +553,7 @@ void sys_cfg(void) uifc.helpbuf= "`Allow Time Banking:`\n" "\n" - "If you want the users of your system to be allowed to be deposit\n" + "If you want the users of your system to be allowed to deposit\n" "any extra time they may have left during a call into their minute bank,\n" "set this option to `Yes`. If this option is set to `No`, then the only\n" "way a user may get minutes in their minute bank is to purchase them\n" @@ -578,7 +578,7 @@ void sys_cfg(void) uifc.helpbuf= "`Allow Credits to be Converted into Minutes:`\n" "\n" - "If you want the users of your system to be allowed to be convert\n" + "If you want the users of your system to be allowed to convert\n" "any credits they may have into minutes for their minute bank,\n" "set this option to `Yes`.\n" ; -- GitLab