diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
| commit | 9a01d32bfda2e5b622dab39c39ef042921865b0a (patch) | |
| tree | 8f8229358511c42afe56ddd7993b4664bb906eb5 /games | |
| parent | 910644e10f9009d99e08e8ec6f17558c037549e7 (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/fortune/strfile/strfile.c | 2 | ||||
| -rw-r--r-- | games/trek/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 764835bfd78c..e9a3e2f08c5b 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -62,7 +62,7 @@ static const char rcsid[] = # include "strfile.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/games/trek/main.c b/games/trek/main.c index bf1580731cf7..cd06f46377e3 100644 --- a/games/trek/main.c +++ b/games/trek/main.c @@ -129,7 +129,7 @@ int 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 |
