Fixed spelling error
This commit is contained in:
parent
cd3320d1b1
commit
3b77f5f2f9
@ -452,7 +452,7 @@ int newuser(int rows)
|
|||||||
|
|
||||||
if ((rows > 18) && (rows < 100)) {
|
if ((rows > 18) && (rows < 100)) {
|
||||||
usrconfig.iScreenLen = rows;
|
usrconfig.iScreenLen = rows;
|
||||||
Syslog('+', "Setting screenlength to %d according to the users termianl", rows);
|
Syslog('+', "Using detected screenlength %d", rows);
|
||||||
} else if (CFG.AskScreenlen) {
|
} else if (CFG.AskScreenlen) {
|
||||||
Enter(1);
|
Enter(1);
|
||||||
/* Please enter your Screen Length [24]: */
|
/* Please enter your Screen Length [24]: */
|
||||||
|
Reference in New Issue
Block a user