Author: cazfi
Date: Sat Mar  7 23:51:49 2015
New Revision: 28452

URL: http://svn.gna.org/viewcvs/freeciv?rev=28452&view=rev
Log:
Typofix in ruleset sanity check message: "thouugh" -> "though"

See patch #5898

Modified:
    trunk/server/rssanity.c

Modified: trunk/server/rssanity.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/rssanity.c?rev=28452&r1=28451&r2=28452&view=diff
==============================================================================
--- trunk/server/rssanity.c     (original)
+++ trunk/server/rssanity.c     Sat Mar  7 23:51:49 2015
@@ -762,7 +762,7 @@
   achievements_iterate(pach) {
     if (!pach->unique && pach->cons_msg == NULL) {
       ruleset_error(LOG_ERROR,
-                    "Achievement %s has no message for consecutive gainers 
thouugh "
+                    "Achievement %s has no message for consecutive gainers 
though "
                     "it's possible to be gained by multiple players",
                     achievement_rule_name(pach));
       ok = FALSE;


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to