summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/hostapd.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2005-08-17 13:18:34 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2005-08-17 13:18:34 +0000
commit63b1fbef1807e6addadf28ef19685743e496260c (patch)
tree39043317ec7522e6f191077bb151d56d450226e8 /usr.sbin/hostapd/hostapd.c
parentc6aee4de757f8b725dc5d7daedb1290d9d57a7a1 (diff)
add newlines in hostapd_fatal() calls, fix some typos.
thanks to Brian Poole.
Diffstat (limited to 'usr.sbin/hostapd/hostapd.c')
-rw-r--r--usr.sbin/hostapd/hostapd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hostapd/hostapd.c b/usr.sbin/hostapd/hostapd.c
index 1785537bbbb..f79d47d78ce 100644
--- a/usr.sbin/hostapd/hostapd.c
+++ b/usr.sbin/hostapd/hostapd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostapd.c,v 1.16 2005/07/30 17:16:09 reyk Exp $ */
+/* $OpenBSD: hostapd.c,v 1.17 2005/08/17 13:18:33 reyk Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -244,7 +244,7 @@ hostapd_udp_init(struct hostapd_config *cfg)
/*
* The revised 802.11F standard requires IAPP messages to be
- * send via multicast to the group 224.0.1.178. Nevertheless,
+ * sent via multicast to the group 224.0.1.178. Nevertheless,
* some implementations still use broadcasts for IAPP
* messages.
*/
@@ -380,7 +380,7 @@ main(int argc, char *argv[])
case 'D':
if (hostapd_parse_symset(optarg) < 0)
hostapd_fatal("could not parse macro "
- "definition %s", optarg);
+ "definition %s\n", optarg);
break;
case 'd':
debug++;
@@ -464,7 +464,7 @@ main(int argc, char *argv[])
signal(SIGHUP, SIG_IGN);
signal(SIGCHLD, SIG_IGN);
- /* Initialize the IAPP protcol handler */
+ /* Initialize the IAPP protocol handler */
hostapd_iapp_init(cfg);
/*