Author: sveinung
Date: Mon Aug 17 20:11:54 2015
New Revision: 29574

URL: http://svn.gna.org/viewcvs/freeciv?rev=29574&view=rev
Log:
Correct comment

Modified:
    branches/S2_6/common/unittype.c

Modified: branches/S2_6/common/unittype.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/unittype.c?rev=29574&r1=29573&r2=29574&view=diff
==============================================================================
--- branches/S2_6/common/unittype.c     (original)
+++ branches/S2_6/common/unittype.c     Mon Aug 17 20:11:54 2015
@@ -622,7 +622,7 @@
                               enabler) {
     if (!requirement_fulfilled_by_unit_type(punit_type,
                                             &(enabler->actor_reqs))) {
-      /* This action can't be performed by this unit type at all. */
+      /* This action enabler isn't for this unit type at all. */
       continue;
     }
 


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

Reply via email to