summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd
diff options
context:
space:
mode:
authormk <mk@openbsd.org>2010-05-01 08:14:26 +0000
committermk <mk@openbsd.org>2010-05-01 08:14:26 +0000
commit5727ab90b7d0ffae6f04533dea4306d29f304419 (patch)
treeaba65a69ca77d1f29df48c30bad859c7137518ce /usr.sbin/mopd
parentbzero a struct to appease gcc4. (diff)
downloadwireguard-openbsd-5727ab90b7d0ffae6f04533dea4306d29f304419.tar.xz
wireguard-openbsd-5727ab90b7d0ffae6f04533dea4306d29f304419.zip
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.c4
-rw-r--r--usr.sbin/mopd/mopprobe/mopprobe.c4
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)