Typo police
Submitted by: Mark Cammidge <mark@gmtunx.ee.uct.ac.za>
This commit is contained in:
parent
f07c095974
commit
b67aa30e55
@ -17,7 +17,7 @@
|
||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Id: command.c,v 1.81 1997/09/16 23:15:11 brian Exp $
|
||||
* $Id: command.c,v 1.82 1997/09/17 23:17:52 brian Exp $
|
||||
*
|
||||
*/
|
||||
#include <sys/types.h>
|
||||
@ -353,7 +353,7 @@ struct cmdtab const Commands[] = {
|
||||
{"shell", "!", FgShellCommand, LOCAL_AUTH,
|
||||
"Run a subshell", "shell|! [sh command]"},
|
||||
{"show", NULL, ShowCommand, LOCAL_AUTH,
|
||||
"Show status and statictics", "show var"},
|
||||
"Show status and statistics", "show var"},
|
||||
{"term", NULL, TerminalCommand, LOCAL_AUTH,
|
||||
"Enter to terminal mode", "term"},
|
||||
{"alias", NULL, AliasCommand, LOCAL_AUTH,
|
||||
@ -569,7 +569,7 @@ struct cmdtab const ShowCommands[] = {
|
||||
{"ccp", NULL, ReportCcpStatus, LOCAL_AUTH,
|
||||
"Show CCP status", "show cpp"},
|
||||
{"compress", NULL, ReportCompress, LOCAL_AUTH,
|
||||
"Show compression statictics", "show compress"},
|
||||
"Show compression statistics", "show compress"},
|
||||
{"dfilter", NULL, ShowDfilter, LOCAL_AUTH,
|
||||
"Show Demand filters", "show dfilteroption .."},
|
||||
{"escape", NULL, ShowEscape, LOCAL_AUTH,
|
||||
|
@ -17,7 +17,7 @@
|
||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Id: vars.c,v 1.27 1997/09/07 01:00:06 brian Exp $
|
||||
* $Id: vars.c,v 1.28 1997/09/16 23:15:16 brian Exp $
|
||||
*
|
||||
*/
|
||||
#include "fsm.h"
|
||||
@ -30,7 +30,7 @@
|
||||
#include "defs.h"
|
||||
|
||||
char VarVersion[] = "PPP Version 1.2";
|
||||
char VarLocalVersion[] = "$Date: 1997/09/07 01:00:06 $";
|
||||
char VarLocalVersion[] = "$Date: 1997/09/16 23:15:16 $";
|
||||
|
||||
/*
|
||||
* Order of conf option is important. See vars.h.
|
||||
@ -149,7 +149,7 @@ LocalAuthCommand(struct cmdtab * list, int argc, char **argv)
|
||||
break;
|
||||
case NOT_FOUND:
|
||||
pppVars.lauth = LOCAL_AUTH;
|
||||
LogPrintf(LogWARN, "WARING: No Entry for this system\n");
|
||||
LogPrintf(LogWARN, "WARNING: No Entry for this system\n");
|
||||
break;
|
||||
default:
|
||||
pppVars.lauth = LOCAL_NO_AUTH;
|
||||
|
Loading…
Reference in New Issue
Block a user