From adf11020fd112384d66d336f594dd30b64ec926f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Apr 2006 12:59:01 +0000 Subject: [PATCH] Fix typos in property blurbs. (#338772, Clytie Siddall) 2006-04-17 Matthias Clasen * gtk/gtksettings.c (gtk_settings_class_init): * gtk/gtkentry.c (gtk_entry_class_init): Fix typos in property blurbs. (#338772, Clytie Siddall) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ gtk/gtkentry.c | 2 +- gtk/gtksettings.c | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c77072c7c..4dfbbcad6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-17 Matthias Clasen + + * gtk/gtksettings.c (gtk_settings_class_init): + * gtk/gtkentry.c (gtk_entry_class_init): Fix typos + in property blurbs. (#338772, Clytie Siddall) + 2006-04-16 Richard Hult * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c77072c7c..4dfbbcad6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2006-04-17 Matthias Clasen + + * gtk/gtksettings.c (gtk_settings_class_init): + * gtk/gtkentry.c (gtk_entry_class_init): Fix typos + in property blurbs. (#338772, Clytie Siddall) + 2006-04-16 Richard Hult * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index fd8e55b70..2426c2a1a 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -562,7 +562,7 @@ gtk_entry_class_init (GtkEntryClass *class) PROP_INNER_BORDER, g_param_spec_boxed ("inner-border", P_("Inner Border"), - P_("Border between text and frame. Overrides the inner-border style propety"), + P_("Border between text and frame. Overrides the inner-border style property"), GTK_TYPE_BORDER, GTK_PARAM_READWRITE)); diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 4a69041f4..ca0deb6fd 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -535,7 +535,7 @@ gtk_settings_class_init (GtkSettingsClass *class) PROP_COLOR_HASH, g_param_spec_boxed ("color-hash", P_("Color Hash"), - P_("A hash table resentation of the color scheme."), + P_("A hash table representation of the color scheme."), G_TYPE_HASH_TABLE, GTK_PARAM_READABLE));