Author: sveinung
Date: Tue Jul 12 18:56:07 2016
New Revision: 33238

URL: http://svn.gna.org/viewcvs/freeciv?rev=33238&view=rev
Log:
Comment spell fix: action probability desc.

Modified:
    trunk/common/fc_types.h

Modified: trunk/common/fc_types.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/fc_types.h?rev=33238&r1=33237&r2=33238&view=diff
==============================================================================
--- trunk/common/fc_types.h     (original)
+++ trunk/common/fc_types.h     Tue Jul 12 18:56:07 2016
@@ -750,11 +750,11 @@
  * Action probability
  *
  * An action probability is the probability that an action will be
- * successfull under the given cicumstances. It goes from 0% to 100%.
+ * successful under the given circumstances. It goes from 0% to 100%.
  * Alternatively it can signal a special case.
  *
  * Values from 0 up to and including 200 are to be understood as the chance
- * of success measured in half percentag points. The value 3 indicates that
+ * of success measured in half percentage points. The value 3 indicates that
  * the chance is 1.5%. The value 10 indicates that the chance is 5%. The
  * probability may have been rounded to the nearest half percentage point.
  *


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

Reply via email to