diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
commit | 8ed929de98add940a4939c2b04e15bd6cb05e5bc (patch) | |
tree | 57e2d61b130efef92c92538dd20bed5fce75f607 /usr.sbin/mrouted/prune.c | |
parent | 4976efe564dfd17dd878bc21c0ae548a3cf9c02e (diff) |
recieve -> receive
Diffstat (limited to 'usr.sbin/mrouted/prune.c')
-rw-r--r-- | usr.sbin/mrouted/prune.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/prune.c b/usr.sbin/mrouted/prune.c index c62a1dc675a..de62b4b83e9 100644 --- a/usr.sbin/mrouted/prune.c +++ b/usr.sbin/mrouted/prune.c @@ -2050,7 +2050,7 @@ accept_mtrace(src, dst, group, data, no, datalen) } else { log(LOG_WARNING, 0, "%s from %s to %s", - "Non decipherable traceroute request recieved", + "Non decipherable traceroute request received", inet_fmt(src, s1), inet_fmt(dst, s2)); return; } @@ -2091,7 +2091,7 @@ accept_mtrace(src, dst, group, data, no, datalen) /* * If the multicast router is a member of the group being * queried, and the query is multicasted, then the router can - * recieve multiple copies of the same query. If we have already + * receive multiple copies of the same query. If we have already * replied to this traceroute, just ignore it this time. * * This is not a total solution, but since if this fails you |