From 461d7b96bfd78406296994ab1ee65b551935d535 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 22 Mar 2002 04:44:13 +0000
Subject: [PATCH] Fixed typo in usage display.

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

diff --git a/src/sbbs3/sbbscon.c b/src/sbbs3/sbbscon.c
index b79879653e..e3344dced9 100644
--- a/src/sbbs3/sbbscon.c
+++ b/src/sbbs3/sbbscon.c
@@ -131,7 +131,7 @@ static const char* usage  = "usage: %s [[option] [...]]\n"
 							"\tug<group>  set group for BBS to run as\n"
 							"\td[x]       run as daemon, log using syslog\n"
 							"\t           x is the optional LOCALx facility to use\n"
-							"\t           if non is specified, uses USER\n"
+							"\t           if none is specified, uses USER\n"
 							"\t           if 'f' is specified, uses standard facilities\n"
 #endif
 							"\tgi         get user identity (using IDENT protocol)\n"
-- 
GitLab