diff options
| author | 2009-04-16 20:13:13 +0000 | |
|---|---|---|
| committer | 2009-04-16 20:13:13 +0000 | |
| commit | dba892cc56322d5159cdb868aab798a4cc89c21c (patch) | |
| tree | 8c7f9e873ff3f22c2b2f9944d0b4ac7cf0311830 /usr.sbin/mtrace/mtrace.c | |
| parent | Notify the rde when a neighbor goes down. (diff) | |
| download | wireguard-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/mtrace/mtrace.c')
| -rw-r--r-- | usr.sbin/mtrace/mtrace.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mtrace/mtrace.c b/usr.sbin/mtrace/mtrace.c index 8807a203bcd..86148eb7211 100644 --- a/usr.sbin/mtrace/mtrace.c +++ b/usr.sbin/mtrace/mtrace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mtrace.c,v 1.26 2007/02/18 21:16:03 jmc Exp $ */ +/* $OpenBSD: mtrace.c,v 1.27 2009/04/16 20:13:13 sobrado Exp $ */ /* $NetBSD: mtrace.c,v 1.5 1995/12/10 10:57:15 mycroft Exp $ */ /* @@ -53,7 +53,7 @@ #ifndef lint static char rcsid[] = - "@(#) $Id: mtrace.c,v 1.26 2007/02/18 21:16:03 jmc Exp $"; + "@(#) $Id: mtrace.c,v 1.27 2009/04/16 20:13:13 sobrado Exp $"; #endif #include <netdb.h> @@ -1155,7 +1155,7 @@ main(int argc, char *argv[]) break; } else goto usage; - case 'M': /* Use multicast for reponse */ + case 'M': /* Use multicast for response */ multicast = TRUE; break; case 'l': /* Loop updating stats indefinitely */ |
