diff options
author | David Krause <david@cvs.openbsd.org> | 2004-09-21 04:07:05 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-09-21 04:07:05 +0000 |
commit | f8c817b871a5392d69073e0981ee36c88c871f13 (patch) | |
tree | 9d180475f785ad590dda3ef8ae1314706086ebee /usr.sbin/dhcpd/memory.c | |
parent | 1ba3f9497bb457569d1c99f009f1243804723a6b (diff) |
spelling fixes; ok jmc@ henning@
Diffstat (limited to 'usr.sbin/dhcpd/memory.c')
-rw-r--r-- | usr.sbin/dhcpd/memory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/memory.c b/usr.sbin/dhcpd/memory.c index 6b0cb86601a..614f881dbfc 100644 --- a/usr.sbin/dhcpd/memory.c +++ b/usr.sbin/dhcpd/memory.c @@ -1,4 +1,4 @@ -/* $OpenBSD: memory.c,v 1.9 2004/09/16 18:35:43 deraadt Exp $ */ +/* $OpenBSD: memory.c,v 1.10 2004/09/21 04:07:04 david Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. @@ -619,7 +619,7 @@ release_lease(struct lease *lease) /* * Abandon the specified lease for the specified time. sets it's - * particulars to zero, the end time apropriately and re-hash it as + * particulars to zero, the end time appropriately and re-hash it as * appropriate. abandons permanently if abtime is 0 */ void |