Author: cazfi
Date: Mon Apr 11 21:20:25 2016
New Revision: 32366

URL: http://svn.gna.org/viewcvs/freeciv?rev=32366&view=rev
Log:
Changed all instances of word "choise" in comments to "choice"

Modified:
    branches/S2_5/ai/default/aiparatrooper.c

Modified: branches/S2_5/ai/default/aiparatrooper.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/ai/default/aiparatrooper.c?rev=32366&r1=32365&r2=32366&view=diff
==============================================================================
--- branches/S2_5/ai/default/aiparatrooper.c    (original)
+++ branches/S2_5/ai/default/aiparatrooper.c    Mon Apr 11 21:20:25 2016
@@ -374,7 +374,7 @@
     profit = calculate_want_for_paratrooper(virtual_unit, pcity->tile);
     unit_virtual_destroy(virtual_unit);
 
-    /* update choise struct if it's worth */
+    /* update choice struct if it's worth */
     if (profit > choice->want) {
       /* Update choice */
       choice->want = profit;


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

Reply via email to