Author: cazfi
Date: Sun Sep 20 11:40:34 2015
New Revision: 29940

URL: http://svn.gna.org/viewcvs/freeciv?rev=29940&view=rev
Log:
Fixed comment typofix "This variables are" -> "These variables are"

Modified:
    branches/S2_6/server/savegame2.c

Modified: branches/S2_6/server/savegame2.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/savegame2.c?rev=29940&r1=29939&r2=29940&view=diff
==============================================================================
--- branches/S2_6/server/savegame2.c    (original)
+++ branches/S2_6/server/savegame2.c    Sun Sep 20 11:40:34 2015
@@ -5588,7 +5588,7 @@
   } else {
     punit->goto_tile = NULL;
 
-    /* This variables are not used but needed for saving the unit table.
+    /* These variables are not used but needed for saving the unit table.
      * Load them to prevent unused variables errors. */
     (void) secfile_entry_lookup(loading->file, "%s.goto_x", unitstr);
     (void) secfile_entry_lookup(loading->file, "%s.goto_y", unitstr);


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

Reply via email to