]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix spelling
authorTed Lemon <source@isc.org>
Mon, 27 Oct 1997 20:13:21 +0000 (20:13 +0000)
committerTed Lemon <source@isc.org>
Mon, 27 Oct 1997 20:13:21 +0000 (20:13 +0000)
client/clparse.c

index f20bcb87f0b46b89019db0709170ac3ae7e610e2..74f72e5568d5a81931768792c44a11e02c5275bc 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: clparse.c,v 1.12 1997/09/16 18:08:32 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: clparse.c,v 1.13 1997/10/27 20:13:21 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -183,7 +183,7 @@ void read_client_leases ()
 /* client-declaration :== 
        SEND option-decl |
        DEFAULT option-decl |
-       SUPERCEDE option-decl |
+       SUPERSEDE option-decl |
        PREPEND option-decl |
        APPEND option-decl |
        hardware-declaration |