Author: sveinung
Date: Thu Feb 18 16:28:58 2016
New Revision: 31973
URL: http://svn.gna.org/viewcvs/freeciv?rev=31973&view=rev
Log:
Fix rulesave comment typo.
Modified:
trunk/tools/ruledit/rulesave.c
Modified: trunk/tools/ruledit/rulesave.c
URL:
http://svn.gna.org/viewcvs/freeciv/trunk/tools/ruledit/rulesave.c?rev=31973&r1=31972&r2=31973&view=diff
==============================================================================
--- trunk/tools/ruledit/rulesave.c (original)
+++ trunk/tools/ruledit/rulesave.c Thu Feb 18 16:28:58 2016
@@ -1646,7 +1646,7 @@
secfile_insert_str(sfile, flagname, "control.flags%d.name", i);
/* Save the user flag help text even when it is undefined. That makes
- * the formating code happy. The resulting "" is ignored when the
+ * the formatting code happy. The resulting "" is ignored when the
* ruleset is loaded. */
secfile_insert_str(sfile, helptxt, "control.flags%d.helptxt", i);
}
@@ -1725,7 +1725,7 @@
secfile_insert_str(sfile, flagname, "control.flags%d.name", i);
/* Save the user flag help text even when it is undefined. That makes
- * the formating code happy. The resulting "" is ignored when the
+ * the formatting code happy. The resulting "" is ignored when the
* ruleset is loaded. */
secfile_insert_str(sfile, helptxt, "control.flags%d.helptxt", i);
}
@@ -2278,7 +2278,7 @@
secfile_insert_str(sfile, flagname, "control.flags%d.name", i);
/* Save the user flag help text even when it is undefined. That makes
- * the formating code happy. The resulting "" is ignored when the
+ * the formatting code happy. The resulting "" is ignored when the
* ruleset is loaded. */
secfile_insert_str(sfile, helptxt, "control.flags%d.helptxt", i);
}
_______________________________________________
Freeciv-commits mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-commits