summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2004-09-21 04:07:03 +0000
committerdavid <david@openbsd.org>2004-09-21 04:07:03 +0000
commitfd9f780d5a897c011f8a43f8b191a1f04d2d2e53 (patch)
tree217bea0764d9adc63831bbf2bf01864b4b4b61df /usr.sbin
parentprint route labels in monitor mode. ok henning (diff)
downloadwireguard-openbsd-fd9f780d5a897c011f8a43f8b191a1f04d2d2e53.tar.xz
wireguard-openbsd-fd9f780d5a897c011f8a43f8b191a1f04d2d2e53.zip
spelling fixes; ok jmc@ henning@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dhcpd/dispatch.c4
-rw-r--r--usr.sbin/dhcpd/memory.c4
-rw-r--r--usr.sbin/dhcpd/options.c4
-rw-r--r--usr.sbin/dhcrelay/dispatch.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/dhcpd/dispatch.c b/usr.sbin/dhcpd/dispatch.c
index 6374ab95b61..669a593f5aa 100644
--- a/usr.sbin/dhcpd/dispatch.c
+++ b/usr.sbin/dhcpd/dispatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dispatch.c,v 1.13 2004/09/16 18:35:43 deraadt Exp $ */
+/* $OpenBSD: dispatch.c,v 1.14 2004/09/21 04:07:04 david Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -315,7 +315,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.
+ * timeout and blocking indefinitely.
*/
howlong = timeouts->when - cur_time;
if (howlong > INT_MAX / 1000)
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
diff --git a/usr.sbin/dhcpd/options.c b/usr.sbin/dhcpd/options.c
index da64057e180..a6ec56d26fe 100644
--- a/usr.sbin/dhcpd/options.c
+++ b/usr.sbin/dhcpd/options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: options.c,v 1.5 2004/09/16 18:35:43 deraadt Exp $ */
+/* $OpenBSD: options.c,v 1.6 2004/09/21 04:07:04 david Exp $ */
/* DHCP options parsing and reassembly. */
@@ -128,7 +128,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
diff --git a/usr.sbin/dhcrelay/dispatch.c b/usr.sbin/dhcrelay/dispatch.c
index f228e88929e..6fe584d4edf 100644
--- a/usr.sbin/dhcrelay/dispatch.c
+++ b/usr.sbin/dhcrelay/dispatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dispatch.c,v 1.4 2004/06/22 01:10:49 canacar Exp $ */
+/* $OpenBSD: dispatch.c,v 1.5 2004/09/21 04:07:04 david Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@@ -171,7 +171,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)