Author: sveinung
Date: Mon Apr  3 16:48:12 2017
New Revision: 35197

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

Modified:
    branches/S3_0/common/player.c

Modified: branches/S3_0/common/player.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/common/player.c?rev=35197&r1=35196&r2=35197&view=diff
==============================================================================
--- branches/S3_0/common/player.c       (original)
+++ branches/S3_0/common/player.c       Mon Apr  3 16:48:12 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