Fixed spelling error

This commit is contained in:
Michiel Broek 2005-08-30 19:09:34 +00:00
parent cd3320d1b1
commit 3b77f5f2f9

View File

@ -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]: */