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 | |
parent | 4f573ec7108601df8584b1ab784248f20ce4c21d (diff) |
incomming -> incoming
The ones found in gnu/ left out by intention.
ok jmc
Diffstat (limited to 'usr.sbin/mopd')
-rw-r--r-- | usr.sbin/mopd/mopchk/mopchk.c | 4 | ||||
-rw-r--r-- | usr.sbin/mopd/mopprobe/mopprobe.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mopd/mopchk/mopchk.c b/usr.sbin/mopd/mopchk/mopchk.c index 28b8806ef70..f8b8bcb97c7 100644 --- a/usr.sbin/mopd/mopchk/mopchk.c +++ b/usr.sbin/mopd/mopchk/mopchk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mopchk.c,v 1.14 2009/10/27 23:59:52 deraadt Exp $ */ +/* $OpenBSD: mopchk.c,v 1.15 2010/05/01 08:14:26 mk Exp $ */ /* * Copyright (c) 1995-96 Mats O Jansson. All rights reserved. @@ -150,7 +150,7 @@ Usage() } /* - * Process incomming packages, NOT. + * Process incoming packages, NOT. */ /* ARGSUSED */ void 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) |