From a40b6402e54fa4ac8db1563efc09b4c0c6f96bac Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on ChromeOS)" <rob@synchro.net>
Date: Sun, 28 Apr 2024 13:43:41 -0700
Subject: [PATCH] Fix typo in help text reported by Apam

---
 src/sbbs3/scfg/scfgsrvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/scfg/scfgsrvr.c b/src/sbbs3/scfg/scfgsrvr.c
index 21cd4c8542..7505334e94 100644
--- a/src/sbbs3/scfg/scfgsrvr.c
+++ b/src/sbbs3/scfg/scfgsrvr.c
@@ -83,7 +83,7 @@ static void login_attempt_cfg(struct login_attempt_settings* login_attempt)
 			"Temporary Bans of IP addresses (stored in memory) are `not` persistent\n"
 			"across reset or recycles of SBBS.\n"
 			"\n"
-			"Filters of IP Addresses (stored in test/ip.can file) `are` persistent\n"
+			"Filters of IP Addresses (stored in text/ip.can file) `are` persistent\n"
 			"across resets of SBBS but may be configured to have a limited lifetime."
 		;
 		switch(uifc.list(WIN_ACT|WIN_BOT|WIN_SAV, 0, 0, 0, &cur, &bar
-- 
GitLab