Author: cazfi
Date: Sun Feb 28 12:00:34 2016
New Revision: 32106

URL: http://svn.gna.org/viewcvs/freeciv?rev=32106&view=rev
Log:
Corrected comments with typo "postion" to read "position"

Modified:
    branches/S2_5/client/gui-gtk-2.0/gui_stuff.c
    branches/S2_5/client/gui-gtk-2.0/themes.c
    branches/S2_5/client/gui-gtk-3.0/gui_stuff.c
    branches/S2_5/client/gui-sdl/wldlg.c
    branches/S2_5/server/gamehand.c

Modified: branches/S2_5/client/gui-gtk-2.0/gui_stuff.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-2.0/gui_stuff.c?rev=32106&r1=32105&r2=32106&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-2.0/gui_stuff.c        (original)
+++ branches/S2_5/client/gui-gtk-2.0/gui_stuff.c        Sun Feb 28 12:00:34 2016
@@ -1,4 +1,4 @@
-/********************************************************************** 
+/**********************************************************************
  Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -53,7 +53,7 @@
 }
 
 /**************************************************************************
-  Set widget postion relative to reference widget
+  Set widget position relative to reference widget
 **************************************************************************/
 void gtk_set_relative_position(GtkWidget *ref, GtkWidget *w, int px, int py)
 {

Modified: branches/S2_5/client/gui-gtk-2.0/themes.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-2.0/themes.c?rev=32106&r1=32105&r2=32106&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-2.0/themes.c   (original)
+++ branches/S2_5/client/gui-gtk-2.0/themes.c   Sun Feb 28 12:00:34 2016
@@ -1,4 +1,4 @@
-/********************************************************************** 
+/**********************************************************************
  Freeciv - Copyright (C) 2005 The Freeciv Team
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
 
 /* Array of default files. First num_default_files positions
  * are files returned by gtk_rc_get_default_files() on client startup.
- * There are two extra postions allocated in the array - one for
+ * There are two extra positions allocated in the array - one for
  * specific Freeciv file and one for NULL. */
 static char** default_files;
 static int num_default_files;

Modified: branches/S2_5/client/gui-gtk-3.0/gui_stuff.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-3.0/gui_stuff.c?rev=32106&r1=32105&r2=32106&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-3.0/gui_stuff.c        (original)
+++ branches/S2_5/client/gui-gtk-3.0/gui_stuff.c        Sun Feb 28 12:00:34 2016
@@ -53,7 +53,7 @@
 }
 
 /**************************************************************************
-  Set widget postion relative to reference widget
+  Set widget position relative to reference widget
 **************************************************************************/
 void gtk_set_relative_position(GtkWidget *ref, GtkWidget *w, int px, int py)
 {

Modified: branches/S2_5/client/gui-sdl/wldlg.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-sdl/wldlg.c?rev=32106&r1=32105&r2=32106&view=diff
==============================================================================
--- branches/S2_5/client/gui-sdl/wldlg.c        (original)
+++ branches/S2_5/client/gui-sdl/wldlg.c        Sun Feb 28 12:00:34 2016
@@ -1,4 +1,4 @@
-/********************************************************************** 
+/**********************************************************************
  Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -1185,22 +1185,21 @@
   pBuf->action = popdown_worklist_editor_callback;
   set_wstate(pBuf, FC_WS_NORMAL);
   pBuf->key = SDLK_ESCAPE;
-    
+
   add_to_gui_list(ID_BUTTON, pBuf);
   /* --------------------------- */
   /* work list */
-  
+
   /*
-     pWidget->data filed will contains postion of target in worklist all
+     pWidget->data filed will contains position of target in worklist all
      action on worklist (swap/romove/add) must correct this fields
-     
+
      Production Widget Label in worklist Widget list
      will have this field NULL
   */
-  
+
   pEditor->pWork = fc_calloc(1, sizeof(struct ADVANCED_DLG));
 
-  
   pEditor->pWork->pScroll = fc_calloc(1, sizeof(struct ScrollBar));
   pEditor->pWork->pScroll->count = 0;
   pEditor->pWork->pScroll->active = MAX_LEN_WORKLIST;

Modified: branches/S2_5/server/gamehand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/server/gamehand.c?rev=32106&r1=32105&r2=32106&view=diff
==============================================================================
--- branches/S2_5/server/gamehand.c     (original)
+++ branches/S2_5/server/gamehand.c     Sun Feb 28 12:00:34 2016
@@ -1,4 +1,4 @@
-/********************************************************************** 
+/**********************************************************************
  Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -437,7 +437,7 @@
 
   /* Convert the startposition hash table in a linked lists, as we mostly
    * need now to iterate it now. And then, we will be able to remove the
-   * assigned start postions one by one. */
+   * assigned start positions one by one. */
   impossible_list = startpos_list_new();
   targeted_list = startpos_list_new();
   flexible_list = startpos_list_new();


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

Reply via email to