diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2010-05-01 08:14:27 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2010-05-01 08:14:27 +0000 |
commit | bf821301910a2de34fce3e2dee6b8f880760f694 (patch) | |
tree | 176e7a9af43ced111a68c168ce300add2728649c /usr.sbin/mopd/mopprobe | |
parent | 4f573ec7108601df8584b1ab784248f20ce4c21d (diff) |
incomming -> incoming
The ones found in gnu/ left out by intention.
ok jmc
Diffstat (limited to 'usr.sbin/mopd/mopprobe')
-rw-r--r-- | usr.sbin/mopd/mopprobe/mopprobe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/mopprobe/mopprobe.c b/usr.sbin/mopd/mopprobe/mopprobe.c index d7219a28319..61e0cb26d90 100644 --- a/usr.sbin/mopd/mopprobe/mopprobe.c +++ b/usr.sbin/mopd/mopprobe/mopprobe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mopprobe.c,v 1.12 2009/10/27 23:59:52 deraadt Exp $ */ +/* $OpenBSD: mopprobe.c,v 1.13 2010/05/01 08:14:26 mk Exp $ */ /* * Copyright (c) 1993-96 Mats O Jansson. All rights reserved. @@ -119,7 +119,7 @@ Usage() } /* - * Process incomming packages. + * Process incoming packages. */ void mopProcess(struct if_info *ii, u_char *pkt) |