summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd/iapp.c
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2009-04-16 20:13:13 +0000
committersobrado <sobrado@openbsd.org>2009-04-16 20:13:13 +0000
commitdba892cc56322d5159cdb868aab798a4cc89c21c (patch)
tree8c7f9e873ff3f22c2b2f9944d0b4ac7cf0311830 /usr.sbin/hostapd/iapp.c
parentNotify the rde when a neighbor goes down. (diff)
downloadwireguard-openbsd-dba892cc56322d5159cdb868aab798a4cc89c21c.tar.xz
wireguard-openbsd-dba892cc56322d5159cdb868aab798a4cc89c21c.zip
fix a few more typos found by spell(1); rectify a double "with" pointed out
by jmc@ while looking at this diff. ok jmc@, reyk@ (for the hostapd part)
Diffstat (limited to 'usr.sbin/hostapd/iapp.c')
-rw-r--r--usr.sbin/hostapd/iapp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/hostapd/iapp.c b/usr.sbin/hostapd/iapp.c
index 9354e5e9079..308fbd813cc 100644
--- a/usr.sbin/hostapd/iapp.c
+++ b/usr.sbin/hostapd/iapp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iapp.c,v 1.17 2007/02/08 11:15:55 reyk Exp $ */
+/* $OpenBSD: iapp.c,v 1.18 2009/04/16 20:13:13 sobrado Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org>
@@ -95,7 +95,7 @@ hostapd_iapp_add_notify(struct hostapd_apme *apme, struct hostapd_node *node)
return (0);
/*
- * Send an ADD.notify message to other accesspoints to notify
+ * Send an ADD.notify message to other access points to notify
* about a new association on our Host AP.
*/
bzero(&frame, sizeof(frame));
@@ -142,7 +142,7 @@ hostapd_iapp_radiotap(struct hostapd_apme *apme, u_int8_t *buf,
struct iovec iov[2];
/*
- * Send an HOSTAPD.pcap/radiotap message to other accesspoints with
+ * Send an HOSTAPD.pcap/radiotap message to other access points
* with an appended network dump. This is an hostapd extension to
* IAPP.
*/