summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-07-22 13:33:58 +0000
committerwiz <wiz@NetBSD.org>2001-07-22 13:33:58 +0000
commit93dcff7ea2970754f655050226630589869b3b6d (patch)
treecfa225fac474d6e36beef822b3568ba9d6e74187
parent70f8be6be606c384e014a7d1380c789b39a7c718 (diff)
downloadbsdgames-darwin-93dcff7ea2970754f655050226630589869b3b6d.tar.gz
bsdgames-darwin-93dcff7ea2970754f655050226630589869b3b6d.tar.zst
bsdgames-darwin-93dcff7ea2970754f655050226630589869b3b6d.zip
seperate -> separate
-rw-r--r--fortune/datfiles/fortunes22
-rw-r--r--fortune/strfile/strfile.c6
-rw-r--r--monop/initdeck.c8
-rw-r--r--trek/DOC/read_me.nr4
-rw-r--r--trek/main.c6
5 files changed, 13 insertions, 13 deletions
diff --git a/fortune/datfiles/fortunes2 b/fortune/datfiles/fortunes2
index 8ecb12ba..4362e5bf 100644
--- a/fortune/datfiles/fortunes2
+++ b/fortune/datfiles/fortunes2
@@ -4065,7 +4065,7 @@ they're carrying upstairs!"
%
There was a mad scientist (a mad... social... scientist) who kidnapped
three colleagues, an engineer, a physicist, and a mathematician, and locked
-each of them in seperate cells with plenty of canned food and water but no
+each of them in separate cells with plenty of canned food and water but no
can opener.
A month later, returning, the mad scientist went to the engineer's
cell and found it long empty. The engineer had constructed a can opener from
diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c
index 3fe83d95..94bd8308 100644
--- a/fortune/strfile/strfile.c
+++ b/fortune/strfile/strfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strfile.c,v 1.20 2000/07/31 11:32:33 simonb Exp $ */
+/* $NetBSD: strfile.c,v 1.21 2001/07/22 13:34:00 wiz Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: strfile.c,v 1.20 2000/07/31 11:32:33 simonb Exp $");
+__RCSID("$NetBSD: strfile.c,v 1.21 2001/07/22 13:34:00 wiz Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
@@ -86,7 +86,7 @@ h2nl(u_int32_t h)
}
/*
- * This program takes a file composed of strings seperated by
+ * This program takes a file composed of strings separated by
* lines starting with two consecutive delimiting character (default
* character is '%') and creates another file which consists of a table
* describing the file (structure from "strfile.h"), a table of seek
diff --git a/monop/initdeck.c b/monop/initdeck.c
index 6a1fc139..396b0b59 100644
--- a/monop/initdeck.c
+++ b/monop/initdeck.c
@@ -1,4 +1,4 @@
-/* $NetBSD: initdeck.c,v 1.13 2000/07/31 11:39:00 simonb Exp $ */
+/* $NetBSD: initdeck.c,v 1.14 2001/07/22 13:34:01 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)initdeck.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: initdeck.c,v 1.13 2000/07/31 11:39:00 simonb Exp $");
+__RCSID("$NetBSD: initdeck.c,v 1.14 2001/07/22 13:34:01 wiz Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
@@ -77,8 +77,8 @@ h2nl(u_int32_t h)
/*
* This program initializes the card files for monopoly.
* It reads in a data file with Com. Chest cards, followed by
- * the Chance card. The two are seperated by a line of "%-".
- * All other cards are seperated by lines of "%%". In the front
+ * the Chance card. The two are separated by a line of "%-".
+ * All other cards are separated by lines of "%%". In the front
* of the file is the data for the decks in the same order.
* This includes the seek pointer for the start of each card.
* All cards start with their execution code, followed by the
diff --git a/trek/DOC/read_me.nr b/trek/DOC/read_me.nr
index 18bbd04c..262bfbd7 100644
--- a/trek/DOC/read_me.nr
+++ b/trek/DOC/read_me.nr
@@ -1,4 +1,4 @@
-.\" $NetBSD: read_me.nr,v 1.2 1995/04/22 10:59:44 cgd Exp $
+.\" $NetBSD: read_me.nr,v 1.3 2001/07/22 13:34:01 wiz Exp $
.de @h
'sp 4
'tl 'TREK SETUP INSTRUCTIONS''%'
@@ -196,7 +196,7 @@ There are many neat things
which could go in,
if there were only enough space.
However,
-I have specifically not gone to seperated I/D
+I have specifically not gone to separated I/D
space.
The main reason is that I would like future versions
of the game
diff --git a/trek/main.c b/trek/main.c
index 2b99368b..cfec1a7b 100644
--- a/trek/main.c
+++ b/trek/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.9 2000/05/08 07:56:06 mycroft Exp $ */
+/* $NetBSD: main.c,v 1.10 2001/07/22 13:34:01 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.9 2000/05/08 07:56:06 mycroft Exp $");
+__RCSID("$NetBSD: main.c,v 1.10 2001/07/22 13:34:01 wiz Exp $");
#endif
#endif /* not lint */
@@ -136,7 +136,7 @@ uid_t Mother = 51 + (51 << 8);
**
** Many things in trek are not as clear as they might be, but are
** done to reduce space. I compile with the -f and -O flags. I
-** am constrained to running with non-seperated I/D space, since
+** am constrained to running with non-separated I/D space, since
** we don't have doubleing point hardware here; even if we did, I
** would like trek to be available to the large number of people
** who either have an 11/40 or do not have FP hardware. I also