summaryrefslogtreecommitdiffstats
path: root/games/trek/main.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
commit47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch)
treec951bed0034c4c08e2321e4d9d5bdc4ed441be11 /games/trek/main.c
parent5a1663094b19de58fc8a32485a629c3382407a8c (diff)
downloadFreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.zip
FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language. Submitted to look at by: kris
Diffstat (limited to 'games/trek/main.c')
-rw-r--r--games/trek/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trek/main.c b/games/trek/main.c
index bf15807..cd06f46 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
OpenPOWER on IntegriCloud