changeset 95802:400f549db7c2

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 10 Jun 2008 23:25:59 +0000
parents 70c768d96975
children a774d9d92dbe
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 10 23:19:24 2008 +0000
+++ b/src/ChangeLog	Tue Jun 10 23:25:59 2008 +0000
@@ -1,19 +1,19 @@
 2008-06-10  Jason Rumney  <jasonr@gnu.org>
 
-        * w32uniscribe.c (add_opentype_font_name_to_list): Skip non unicode
-        fonts.
+	* w32uniscribe.c (add_opentype_font_name_to_list): Skip non unicode
+	fonts.
 
 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
 
 	* xfns.c (Fx_font_dialog): New function.
 
-	* gtkutil.c (xg_dialog_response_cb): Rename from,
+	* gtkutil.c (xg_dialog_response_cb): Rename from
 	xg_file_response_callback.
 	(pop_down_dialog): Rename from pop_down_file_dialog.
 	(xg_get_file_name): Callers changed.
 	(xg_get_font_name): New function.
 
-	* gtkutil.h (xg_get_font_name): Insert prototype,
+	* gtkutil.h (xg_get_font_name): Insert prototype.
 
 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>