summaryrefslogtreecommitdiff
path: root/dhcpctl/omshell.c
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2007-01-29 10:25:55 +0000
committerShane Kerr <shane@isc.org>2007-01-29 10:25:55 +0000
commitc57db45ce9001226f23d1371199f616d60181c76 (patch)
treec3b24f24767016e64b2314bb3ee4ad26d90782ea /dhcpctl/omshell.c
parent253c8b6ad1f0696cf631331e2ce3a6da341c240e (diff)
downloadisc-dhcp-c57db45ce9001226f23d1371199f616d60181c76.tar.gz
Spelling fixes. See RT ticket 16513 for details.
Diffstat (limited to 'dhcpctl/omshell.c')
-rw-r--r--dhcpctl/omshell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index afac88ac..ffbde434 100644
--- a/dhcpctl/omshell.c
+++ b/dhcpctl/omshell.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: omshell.c,v 1.11 2006/02/24 23:16:29 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: omshell.c,v 1.12 2007/01/29 10:25:55 shane Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include <time.h>
@@ -473,7 +473,7 @@ int main (int argc, char **argv, char **envp)
case NUMBER:
strcpy (buf, val);
token = peek_token (&val, (unsigned *)0, cfile);
- /* Colon-seperated hex list? */
+ /* Colon-separated hex list? */
if (token == COLON)
goto cshl;
else if (token == DOT) {