From 4a90cecf0028409a160323da1a5d29b0336b9cf9 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Wed, 27 Sep 2023 18:12:08 -0700
Subject: [PATCH] Fix minor help text typo.

---
 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 bc02fa5617..94e3357639 100644
--- a/src/sbbs3/scfg/scfgsys.c
+++ b/src/sbbs3/scfg/scfgsys.c
@@ -800,8 +800,8 @@ void security_cfg(void)
 				uifc.helpbuf=
 					"`Display/Log Passwords Locally:`\n"
 					"\n"
-					"If you want to passwords to be displayed locally and/or logged to disk\n"
-					"(e.g. when there's a failed login attempt), set this option to `Yes`.\n"
+					"If you want attempted passwords to be displayed locally and/or logged to\n"
+					"disk (e.g. when there's a failed login attempt), set this option to `Yes`.\n"
 					"\n"
 					"For elevated security, set this option to `No`.\n"
 				;
-- 
GitLab