summaryrefslogtreecommitdiffstats
path: root/trek/main.c
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 /trek/main.c
parent70f8be6be606c384e014a7d1380c789b39a7c718 (diff)
downloadbsdgames-darwin-93dcff7ea2970754f655050226630589869b3b6d.tar.gz
bsdgames-darwin-93dcff7ea2970754f655050226630589869b3b6d.tar.zst
bsdgames-darwin-93dcff7ea2970754f655050226630589869b3b6d.zip
seperate -> separate
Diffstat (limited to 'trek/main.c')
-rw-r--r--trek/main.c6
1 files changed, 3 insertions, 3 deletions
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