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 /sbin | |
parent | 1ba3f9497bb457569d1c99f009f1243804723a6b (diff) |
spelling fixes; ok jmc@ henning@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhclient/dispatch.c | 4 | ||||
-rw-r--r-- | sbin/dhclient/options.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index d7d4a2a2105..a0d7e90e865 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.30 2004/09/15 18:15:18 henning Exp $ */ +/* $OpenBSD: dispatch.c,v 1.31 2004/09/21 04:07:03 david Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -175,7 +175,7 @@ another: * Figure timeout in milliseconds, and check for * potential overflow, so we can cram into an * int for poll, while not polling with a - * negative timeout and blocking indefinetely. + * negative timeout and blocking indefinitely. */ howlong = timeouts->when - cur_time; if (howlong > INT_MAX / 1000) diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c index e0a06dc013d..92efdbf1e55 100644 --- a/sbin/dhclient/options.c +++ b/sbin/dhclient/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.12 2004/09/15 18:15:18 henning Exp $ */ +/* $OpenBSD: options.c,v 1.13 2004/09/21 04:07:04 david Exp $ */ /* DHCP options parsing and reassembly. */ @@ -126,7 +126,7 @@ parse_option_buffer(struct packet *packet, /* * If the length is outrageous, silently skip the rest, - * and mark the packet bad. Unfortuntely some crappy + * and mark the packet bad. Unfortunately some crappy * dhcp servers always seem to give us garbage on the * end of a packet. so rather than keep refusing, give * up and try to take one after seeing a few without |