summaryrefslogtreecommitdiff
path: root/client/clparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/clparse.c')
-rw-r--r--client/clparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/clparse.c b/client/clparse.c
index b19c81ce..04f12b63 100644
--- a/client/clparse.c
+++ b/client/clparse.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: clparse.c,v 1.67 2006/06/01 20:23:16 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: clparse.c,v 1.68 2007/01/29 10:25:54 shane Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -288,7 +288,7 @@ void parse_client_statement (cfile, ip, config)
return;
/* REQUIRE can either start a policy statement or a
- comma-seperated list of names of required options. */
+ comma-separated list of names of required options. */
case REQUIRE:
next_token (&val, (unsigned *)0, cfile);
token = peek_token (&val, (unsigned *)0, cfile);