From 3b77f5f2f956f9373247a57169ce06c3105208f1 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 30 Aug 2005 19:09:34 +0000 Subject: [PATCH] Fixed spelling error --- mbsebbs/newuser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbsebbs/newuser.c b/mbsebbs/newuser.c index f27d546f..3bb185c6 100644 --- a/mbsebbs/newuser.c +++ b/mbsebbs/newuser.c @@ -452,7 +452,7 @@ int newuser(int rows) if ((rows > 18) && (rows < 100)) { usrconfig.iScreenLen = rows; - Syslog('+', "Setting screenlength to %d according to the users termianl", rows); + Syslog('+', "Using detected screenlength %d", rows); } else if (CFG.AskScreenlen) { Enter(1); /* Please enter your Screen Length [24]: */