Author: sveinung
Date: Tue Apr  4 14:45:36 2017
New Revision: 35199

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

Modified:
    branches/S3_0/common/actions.c

Modified: branches/S3_0/common/actions.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/common/actions.c?rev=35199&r1=35198&r2=35199&view=diff
==============================================================================
--- branches/S3_0/common/actions.c      (original)
+++ branches/S3_0/common/actions.c      Tue Apr  4 14:45:36 2017
@@ -3194,7 +3194,7 @@
     return ACTPROB_IMPOSSIBLE;
   }
 
-  /* Do the player know if there are units at the tile? Must be done here
+  /* Does the player know if there are units at the tile? Must be done here
    * since an empthy unseen tile will result in false. */
   if (!can_player_see_hypotetic_units_at(unit_owner(actor_unit),
                                          target_tile)) {


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

Reply via email to