Module Name:    src
Committed By:   jnemeth
Date:           Mon Dec 29 10:27:03 UTC 2014

Modified Files:
        src/games/monop: cards.c

Log Message:
PR/49513 - Henning Petersen -- tyop


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/games/monop/cards.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/monop/cards.c
diff -u src/games/monop/cards.c:1.25 src/games/monop/cards.c:1.26
--- src/games/monop/cards.c:1.25	Tue Jun 19 05:35:32 2012
+++ src/games/monop/cards.c	Mon Dec 29 10:27:03 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: cards.c,v 1.25 2012/06/19 05:35:32 dholland Exp $	*/
+/*	$NetBSD: cards.c,v 1.26 2014/12/29 10:27:03 jnemeth Exp $	*/
 
 /*
  * Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)cards.c	8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: cards.c,v 1.25 2012/06/19 05:35:32 dholland Exp $");
+__RCSID("$NetBSD: cards.c,v 1.26 2014/12/29 10:27:03 jnemeth Exp $");
 #endif
 #endif /* not lint */
 
@@ -132,7 +132,7 @@ static const struct cardinfo ch_cards[] 
 	{ "MU",
 		"Advance to the nearest Utility.\n"
 		"If unowned, you may buy it from the bank.\n"
-		"If owned, throw dice and pay oner a total of ten times\n"
+		"If owned, throw dice and pay onwer a total of ten times\n"
 		"the amount thrown.\n"
 	},
 	{ "MB3",

Reply via email to