Author: sveinung
Date: Mon Feb  8 17:43:02 2016
New Revision: 31821

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

Modified:
    branches/S2_6/client/control.c

Modified: branches/S2_6/client/control.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/control.c?rev=31821&r1=31820&r2=31821&view=diff
==============================================================================
--- branches/S2_6/client/control.c      (original)
+++ branches/S2_6/client/control.c      Mon Feb  8 17:43:02 2016
@@ -964,7 +964,7 @@
 {
   struct unit *old;
 
-  /* There is a risk of a loop unkess the old unit is done. */
+  /* There is a risk of a loop unless the old unit is done. */
   fc_assert(!(old = game_unit_by_number(old_actor_id))
             || old->action_decision_want == ACT_DEC_NOTHING);
 


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

Reply via email to