summaryrefslogtreecommitdiffstats
path: root/monop/misc.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-19 08:26:10 +0000
committerdholland <dholland@NetBSD.org>2008-02-19 08:26:10 +0000
commitde2d3e68f3a90caf1e3da56a6b8619b0fa3f1aed (patch)
tree0528884d82a23843092906f02473d53e44d4a25f /monop/misc.c
parent18939a033b1eebd52016131a131ac0ae3711617e (diff)
downloadbsdgames-darwin-de2d3e68f3a90caf1e3da56a6b8619b0fa3f1aed.tar.gz
bsdgames-darwin-de2d3e68f3a90caf1e3da56a6b8619b0fa3f1aed.tar.zst
bsdgames-darwin-de2d3e68f3a90caf1e3da56a6b8619b0fa3f1aed.zip
Fix (another) typo in comment
Diffstat (limited to 'monop/misc.c')
-rw-r--r--monop/misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monop/misc.c b/monop/misc.c
index df444988..ec364c65 100644
--- a/monop/misc.c
+++ b/monop/misc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.14 2006/03/19 00:03:18 christos Exp $ */
+/* $NetBSD: misc.c,v 1.15 2008/02/19 08:26:10 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: misc.c,v 1.14 2006/03/19 00:03:18 christos Exp $");
+__RCSID("$NetBSD: misc.c,v 1.15 2008/02/19 08:26:10 dholland Exp $");
#endif
#endif /* not lint */
@@ -130,7 +130,7 @@ set_ownlist(pl)
int num; /* general counter */
MON *orig; /* remember starting monop ptr */
OWN *op; /* current owned prop */
- OWN *orig_op; /* origianl prop before loop */
+ OWN *orig_op; /* original prop before loop */
op = play[pl].own_list;
#ifdef DEBUG