From: Ted Lemon Date: Mon, 27 Oct 1997 20:13:21 +0000 (+0000) Subject: Fix spelling X-Git-Tag: DHCP-971122~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0194babf19c6f882449e44739e989555e06a38d;p=thirdparty%2Fdhcp.git Fix spelling --- diff --git a/client/clparse.c b/client/clparse.c index f20bcb87f..74f72e556 100644 --- a/client/clparse.c +++ b/client/clparse.c @@ -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 |