summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcrelay
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2004-09-21 04:07:05 +0000
committerDavid Krause <david@cvs.openbsd.org>2004-09-21 04:07:05 +0000
commitf8c817b871a5392d69073e0981ee36c88c871f13 (patch)
tree9d180475f785ad590dda3ef8ae1314706086ebee /usr.sbin/dhcrelay
parent1ba3f9497bb457569d1c99f009f1243804723a6b (diff)
spelling fixes; ok jmc@ henning@
Diffstat (limited to 'usr.sbin/dhcrelay')
-rw-r--r--usr.sbin/dhcrelay/dispatch.c4
1 files changed, 2 insertions, 2 deletions
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)