From 2e9b24211a523c754b9437d6b742d6df304d8aeb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 7 Jun 2000 12:29:08 +0000 Subject: Spelling fixes to progdoc. --- nest/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/cli.c') diff --git a/nest/cli.c b/nest/cli.c index dd7e4fa..30ac751 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -36,7 +36,7 @@ * * The CLI commands are declared as a part of the configuration grammar * by using the |CF_CLI| macro. When a command is received, it's processed - * by the same lexical analyser and parser as used for the configuration, but + * by the same lexical analyzer and parser as used for the configuration, but * it's switched to a special mode by prepending a fake token to the text, * so that it uses only the CLI command rules. Then the parser invokes * an execution routine corresponding to the command, which either constructs -- cgit v1.2.3