diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-08-17 13:18:34 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-08-17 13:18:34 +0000 |
commit | 63b1fbef1807e6addadf28ef19685743e496260c (patch) | |
tree | 39043317ec7522e6f191077bb151d56d450226e8 /usr.sbin/hostapd/iapp.c | |
parent | c6aee4de757f8b725dc5d7daedb1290d9d57a7a1 (diff) |
add newlines in hostapd_fatal() calls, fix some typos.
thanks to Brian Poole.
Diffstat (limited to 'usr.sbin/hostapd/iapp.c')
-rw-r--r-- | usr.sbin/hostapd/iapp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/iapp.c b/usr.sbin/hostapd/iapp.c index 525094972a5..95d4a09859b 100644 --- a/usr.sbin/hostapd/iapp.c +++ b/usr.sbin/hostapd/iapp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iapp.c,v 1.6 2005/07/04 18:48:26 deraadt Exp $ */ +/* $OpenBSD: iapp.c,v 1.7 2005/08/17 13:18:33 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -122,7 +122,7 @@ hostapd_iapp_radiotap(struct hostapd_config *cfg, u_int8_t *buf, /* * Send an HOSTAPD.pcap/radiotap message to other accesspoints with - * with an appaneded network dump. This is an hostapd extension to + * with an appended network dump. This is an hostapd extension to * IAPP. */ bzero(&hdr, sizeof(hdr)); |