Author: cazfi
Date: Thu Apr 14 00:03:50 2016
New Revision: 32385

URL: http://svn.gna.org/viewcvs/freeciv?rev=32385&view=rev
Log:
Comment typofix: "dailog" -> "dialog"

Modified:
    branches/S2_5/client/gui-gtk-2.0/editgui.c
    branches/S2_5/client/gui-gtk-3.0/editgui.c

Modified: branches/S2_5/client/gui-gtk-2.0/editgui.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-2.0/editgui.c?rev=32385&r1=32384&r2=32385&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-2.0/editgui.c  (original)
+++ branches/S2_5/client/gui-gtk-2.0/editgui.c  Thu Apr 14 00:03:50 2016
@@ -1,4 +1,4 @@
-/********************************************************************** 
+/***********************************************************************
  Freeciv - Copyright (C) 2005 - The Freeciv Project
    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
@@ -313,7 +313,7 @@
 }
 
 /****************************************************************************
-  Run the tool value selection dailog and return the value ID selected.
+  Run the tool value selection dialog and return the value ID selected.
   Returns -1 if cancelled.
 ****************************************************************************/
 static int tool_value_selector_run(struct tool_value_selector *tvs)

Modified: branches/S2_5/client/gui-gtk-3.0/editgui.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-3.0/editgui.c?rev=32385&r1=32384&r2=32385&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-3.0/editgui.c  (original)
+++ branches/S2_5/client/gui-gtk-3.0/editgui.c  Thu Apr 14 00:03:50 2016
@@ -1,4 +1,4 @@
-/********************************************************************** 
+/***********************************************************************
  Freeciv - Copyright (C) 2005 - The Freeciv Project
    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
@@ -313,7 +313,7 @@
 }
 
 /****************************************************************************
-  Run the tool value selection dailog and return the value ID selected.
+  Run the tool value selection dialog and return the value ID selected.
   Returns -1 if cancelled.
 ****************************************************************************/
 static int tool_value_selector_run(struct tool_value_selector *tvs)


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

Reply via email to