summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtrace/mtrace.c
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2002-06-14 21:34:58 +0000
committertodd <todd@openbsd.org>2002-06-14 21:34:58 +0000
commite4d25771e502a9b366bb8bafa82e4b9d2dab6ffa (patch)
treed3889a616a1b0ce198ee331a24bc7bfe5edff217 /usr.sbin/mtrace/mtrace.c
parentmake the output of pfctl -k look nice again (diff)
downloadwireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.tar.xz
wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.zip
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.sbin/mtrace/mtrace.c')
-rw-r--r--usr.sbin/mtrace/mtrace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mtrace/mtrace.c b/usr.sbin/mtrace/mtrace.c
index 7c040fecf57..47c031b0f34 100644
--- a/usr.sbin/mtrace/mtrace.c
+++ b/usr.sbin/mtrace/mtrace.c
@@ -52,7 +52,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Id: mtrace.c,v 1.13 2002/06/02 19:06:39 deraadt Exp $";
+ "@(#) $Id: mtrace.c,v 1.14 2002/06/14 21:35:01 todd Exp $";
#endif
#include <netdb.h>
@@ -409,7 +409,7 @@ send_recv(dst, type, code, tries, save)
else local = INADDR_ANY;
/*
- * If the reply address was not explictly specified, start off
+ * If the reply address was not explicitly specified, start off
* with the unicast address of this host. Then, if there is no
* response after trying half the tries with unicast, switch to
* the standard multicast reply address. If the TTL was also not
@@ -1330,7 +1330,7 @@ Usage: mtrace [-Mlnps] [-w wait] [-m max_hops] [-q nqueries] [-g gateway]\n\
/*
* SunOS 5.X prior to SunOS 2.6, getsockname returns 0 for udp socket.
* This call to sysinfo will return the hostname.
- * If the default multicast interfface (set with the route
+ * If the default multicast interface (set with the route
* for 224.0.0.0) is not the same as the hostname,
* mtrace -i [if_addr] will have to be used.
*/