diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 20:41:32 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 20:41:32 +0000 |
commit | a68ecc5254e03facce80d90d2754cebd47901a1c (patch) | |
tree | 6a848b9cda070d7f8c67557fb63b7bcc4b1b63ee /games | |
parent | eae49e6f285e9588136f1a6adf2389ea7c1f97ab (diff) |
spelling
Diffstat (limited to 'games')
-rw-r--r-- | games/monop/monop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/monop/monop.c b/games/monop/monop.c index 316b6ab5388..5558b84ec65 100644 --- a/games/monop/monop.c +++ b/games/monop/monop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monop.c,v 1.2 1998/09/20 23:36:52 pjanzen Exp $ */ +/* $OpenBSD: monop.c,v 1.3 2001/01/04 20:41:31 todd Exp $ */ /* $NetBSD: monop.c,v 1.3 1995/03/23 08:34:52 cgd Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)monop.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: monop.c,v 1.2 1998/09/20 23:36:52 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: monop.c,v 1.3 2001/01/04 20:41:31 todd Exp $"; #endif #endif /* not lint */ @@ -179,7 +179,7 @@ again: printf("%s (%d) goes first\n", cur_p->name, max_pl + 1); } /* - * This routine initalizes the monopoly structures. + * This routine initializes the monopoly structures. */ static void init_monops() |