summaryrefslogtreecommitdiffstats
path: root/monop/monop.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-09-18 18:15:49 +0000
committerwiz <wiz@NetBSD.org>2001-09-18 18:15:49 +0000
commit3287d94e338444488c7f7d392c3a4a3b7c3caae3 (patch)
treea81fb786d0ffc05ae25536866994d982f4f519d1 /monop/monop.c
parente1fcd98d0f2d15b45a9096da4360a5f126a1d49b (diff)
downloadbsdgames-darwin-3287d94e338444488c7f7d392c3a4a3b7c3caae3.tar.gz
bsdgames-darwin-3287d94e338444488c7f7d392c3a4a3b7c3caae3.tar.zst
bsdgames-darwin-3287d94e338444488c7f7d392c3a4a3b7c3caae3.zip
Give initiali[sz]e all the "i"s it deserves.
Diffstat (limited to 'monop/monop.c')
-rw-r--r--monop/monop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monop/monop.c b/monop/monop.c
index 33cbc9c7..51387156 100644
--- a/monop/monop.c
+++ b/monop/monop.c
@@ -1,4 +1,4 @@
-/* $NetBSD: monop.c,v 1.11 2000/05/08 07:56:04 mycroft Exp $ */
+/* $NetBSD: monop.c,v 1.12 2001/09/18 18:15:49 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)monop.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: monop.c,v 1.11 2000/05/08 07:56:04 mycroft Exp $");
+__RCSID("$NetBSD: monop.c,v 1.12 2001/09/18 18:15:49 wiz Exp $");
#endif
#endif /* not lint */
@@ -187,7 +187,7 @@ again:
}
/*
- * This routine initalizes the monopoly structures.
+ * This routine initializes the monopoly structures.
*/
static void
init_monops()