summaryrefslogtreecommitdiffstats
path: root/monop/monop.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-19 09:25:21 +0000
committerdholland <dholland@NetBSD.org>2008-02-19 09:25:21 +0000
commita5182a776a5fe8ca57d757862477fc0d9d453902 (patch)
tree339f4e5e90d55942095909a030924d8f11fbf8e1 /monop/monop.h
parentd3f6eb61d18b753c62d64ee95a1c63b9842de3d8 (diff)
downloadbsdgames-darwin-a5182a776a5fe8ca57d757862477fc0d9d453902.tar.gz
bsdgames-darwin-a5182a776a5fe8ca57d757862477fc0d9d453902.tar.zst
bsdgames-darwin-a5182a776a5fe8ca57d757862477fc0d9d453902.zip
More typo fixes
Diffstat (limited to 'monop/monop.h')
-rw-r--r--monop/monop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/monop/monop.h b/monop/monop.h
index 0dd92574..56ca6c49 100644
--- a/monop/monop.h
+++ b/monop/monop.h
@@ -1,4 +1,4 @@
-/* $NetBSD: monop.h,v 1.12 2004/01/27 20:30:30 jsm Exp $ */
+/* $NetBSD: monop.h,v 1.13 2008/02/19 09:25:21 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -124,7 +124,7 @@ struct plr_st { /* player description structure */
short loc; /* location on board */
short in_jail; /* count of turns in jail */
int money; /* amount of money */
- OWN *own_list; /* start of propery list */
+ OWN *own_list; /* start of property list */
};
typedef struct plr_st PLAY;