Author: cazfi
Date: Sat Mar  7 23:51:55 2015
New Revision: 28453

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

See patch #5898

Modified:
    branches/S2_6/server/rssanity.c

Modified: branches/S2_6/server/rssanity.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/rssanity.c?rev=28453&r1=28452&r2=28453&view=diff
==============================================================================
--- branches/S2_6/server/rssanity.c     (original)
+++ branches/S2_6/server/rssanity.c     Sat Mar  7 23:51:55 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