summaryrefslogtreecommitdiff
path: root/usr.sbin/mtrace/mtrace.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
commit592b4684a393f187ed17f2dbde89e7e974b93bec (patch)
tree27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /usr.sbin/mtrace/mtrace.c
parent44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff)
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.
*/