summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-06-12 15:17:10 +0000
committerwiz <wiz@NetBSD.org>2001-06-12 15:17:10 +0000
commit5225044c727e25e86ce901c1283236694fc7577b (patch)
treedb0b9df402e0873d9cccc8adf1a8fb20cf5d1566
parentdb7c84beebce87c7ec02c7ce170150dfe160307d (diff)
downloadbsdgames-darwin-5225044c727e25e86ce901c1283236694fc7577b.tar.gz
bsdgames-darwin-5225044c727e25e86ce901c1283236694fc7577b.tar.zst
bsdgames-darwin-5225044c727e25e86ce901c1283236694fc7577b.zip
receive, not recieve
-rw-r--r--fortune/datfiles/fortunes2-o.real2
-rw-r--r--hunt/huntd/ctl_transact.c6
-rw-r--r--trek/DOC/trekmanual.nr4
-rw-r--r--trek/events.c6
4 files changed, 9 insertions, 9 deletions
diff --git a/fortune/datfiles/fortunes2-o.real b/fortune/datfiles/fortunes2-o.real
index 267add6b..9ac5b760 100644
--- a/fortune/datfiles/fortunes2-o.real
+++ b/fortune/datfiles/fortunes2-o.real
@@ -14780,7 +14780,7 @@ poor man was in the bathroom all night, masturbating furiously, muttering
"We've got things well in hand."
-- Master Byte Software, Los Gatos California.
%
-We've just recieved the results of a survey conducted to ascertain the
+We've just received the results of a survey conducted to ascertain the
various reasons men get out of bed in the middle of the night. According
to the report, 2% are motivated by a desire to visit the bathroom, and
3% have an urge to raid the refrigerator. The other 95% get up to go home.
diff --git a/hunt/huntd/ctl_transact.c b/hunt/huntd/ctl_transact.c
index d183bd39..71e1610b 100644
--- a/hunt/huntd/ctl_transact.c
+++ b/hunt/huntd/ctl_transact.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ctl_transact.c,v 1.3 1997/10/20 00:37:16 lukem Exp $ */
+/* $NetBSD: ctl_transact.c,v 1.4 2001/06/12 15:17:12 wiz Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
@@ -14,7 +14,7 @@
#if 0
static char sccsid[] = "@(#)ctl_transact.c 5.2 (Berkeley) 3/13/86";
#else
-__RCSID("$NetBSD: ctl_transact.c,v 1.3 1997/10/20 00:37:16 lukem Exp $");
+__RCSID("$NetBSD: ctl_transact.c,v 1.4 2001/06/12 15:17:12 wiz Exp $");
#endif
#endif /* not lint */
@@ -28,7 +28,7 @@ __RCSID("$NetBSD: ctl_transact.c,v 1.3 1997/10/20 00:37:16 lukem Exp $");
/*
* SOCKDGRAM is unreliable, so we must repeat messages if we have
- * not recieved an acknowledgement within a reasonable amount
+ * not received an acknowledgement within a reasonable amount
* of time
*/
void
diff --git a/trek/DOC/trekmanual.nr b/trek/DOC/trekmanual.nr
index 0ef50636..7f406aaa 100644
--- a/trek/DOC/trekmanual.nr
+++ b/trek/DOC/trekmanual.nr
@@ -1,4 +1,4 @@
-.\" $NetBSD: trekmanual.nr,v 1.2 1995/04/22 10:59:45 cgd Exp $
+.\" $NetBSD: trekmanual.nr,v 1.3 2001/06/12 15:17:12 wiz Exp $
.br
.po 10
.if n \!.
@@ -692,7 +692,7 @@ with energy, photon torpedoes, and life support reserves.
Repairs are also done faster at starbase.
Any prisoners you have taken
are unloaded.
-You do not recieve points
+You do not receive points
for taking prisoners
until this time.
.pp
diff --git a/trek/events.c b/trek/events.c
index d06b56b0..a4947277 100644
--- a/trek/events.c
+++ b/trek/events.c
@@ -1,4 +1,4 @@
-/* $NetBSD: events.c,v 1.5 1997/10/13 22:05:26 cjs Exp $ */
+/* $NetBSD: events.c,v 1.6 2001/06/12 15:17:12 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)events.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: events.c,v 1.5 1997/10/13 22:05:26 cjs Exp $");
+__RCSID("$NetBSD: events.c,v 1.6 2001/06/12 15:17:12 wiz Exp $");
#endif
#endif /* not lint */
@@ -235,7 +235,7 @@ int warp; /* set if called in a time warp */
/* report it if we can */
if (!damaged(SSRADIO))
{
- printf("\nUhura: Captain, we have recieved a distress signal\n");
+ printf("\nUhura: Captain, we have received a distress signal\n");
printf(" from the starbase in quadrant %d,%d.\n",
ix, iy);
restcancel++;