Hello,

I think there is typo in community chest card in monopoly game
(OpenBSD 5.6). The card in question says:

    Advance to the nearest Utility.
    If unowned, you may buy it from the bank.
    If owned, throw dice and pay oner a total of ten times
    the amount thrown.

I think it should be "pay owner a total of ..." instead of  "pay oner
a total of ...".

English is not my native language and this may just be some kind of
exotic / rare expression that I've not encoutered yet. If that's the
case, then sorry for the noise.


Typo has been found by Daria Suchecka. I've attached patch.

-- 
Krzysztof Warzecha
From 2a65ac39debae6ba13cfa4bc2eead5e30f312cf3 Mon Sep 17 00:00:00 2001
From: Krzysztof Warzecha <[email protected]>
Date: Sun, 28 Dec 2014 19:30:44 +0100
Subject: [PATCH] monopoly game, typo in community chest card

---
 games/monop/cards.inp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/monop/cards.inp b/games/monop/cards.inp
index 4b6aa81..32524ee 100644
--- a/games/monop/cards.inp
+++ b/games/monop/cards.inp
@@ -69,7 +69,7 @@ If Railroad is unowned you may buy it from the bank
 MU
 Advance to the nearest Utility.
 If unowned, you may buy it from the bank.
-If owned, throw dice and pay oner a total of ten times
+If owned, throw dice and pay owner a total of ten times
 the amount thrown.
 %%
 MB3
-- 
2.1.3

Reply via email to