summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2012-06-22 11:28:37 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2012-06-22 11:28:37 +0000
commit248031f1b4553090b52faf61e09ab97538745d6b (patch)
tree121ffb48995828d4b7d828f5b534102b7820578e
parent36508c3f312986302823d0b165d3e71619e4a79d (diff)
'ingnoring' -> 'ignoring' in a couple of note()'s.
-rw-r--r--usr.sbin/dhcrelay/dhcrelay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcrelay/dhcrelay.c b/usr.sbin/dhcrelay/dhcrelay.c
index fd76adde09a..4d02aa624e8 100644
--- a/usr.sbin/dhcrelay/dhcrelay.c
+++ b/usr.sbin/dhcrelay/dhcrelay.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcrelay.c,v 1.35 2011/06/21 17:31:07 mikeb Exp $ */
+/* $OpenBSD: dhcrelay.c,v 1.36 2012/06/22 11:28:36 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
@@ -264,7 +264,7 @@ relay(struct interface_info *ip, struct dhcp_packet *packet, int length,
if ((length = relay_agentinfo(interfaces,
packet, length, NULL, &to.sin_addr)) == -1) {
- note("ingnoring BOOTREPLY with invalid "
+ note("ignoring BOOTREPLY with invalid "
"relay agent information");
return;
}
@@ -297,7 +297,7 @@ relay(struct interface_info *ip, struct dhcp_packet *packet, int length,
if ((length = relay_agentinfo(ip, packet, length,
(struct in_addr *)from.iabuf, NULL)) == -1) {
- note("ingnoring BOOTREQUEST with invalid "
+ note("ignoring BOOTREQUEST with invalid "
"relay agent information");
return;
}