Author: sveinung
Date: Mon Apr  3 16:47:34 2017
New Revision: 35196

URL: http://svn.gna.org/viewcvs/freeciv?rev=35196&view=rev
Log:
Comment grammar fix

Modified:
    trunk/common/player.c

Modified: trunk/common/player.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/player.c?rev=35196&r1=35195&r2=35196&view=diff
==============================================================================
--- trunk/common/player.c       (original)
+++ trunk/common/player.c       Mon Apr  3 16:47:34 2017
@@ -918,7 +918,7 @@
     return FALSE;
   }
 
-  /* Units in within some extras may be hidden. */
+  /* Units within some extras may be hidden. */
   if (!pplayers_allied(pplayer, ptile->extras_owner)) {
     extra_type_list_iterate(extra_type_list_of_unit_hiders(), pextra) {
       if (tile_has_extra(ptile, pextra)) {
@@ -977,7 +977,7 @@
     return FALSE;
   }
 
-  /* Units in within some extras may be hidden. */
+  /* Units within some extras may be hidden. */
   if (!pplayers_allied(pplayer, ptile->extras_owner)) {
     struct unit_type *ptype = unit_type_get(punit);
 


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

Reply via email to