diff --git a/ChangeLog b/ChangeLog index c77072c7c0..4dfbbcad64 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 c77072c7c0..4dfbbcad64 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 fd8e55b70b..2426c2a1a2 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 4a69041f46..ca0deb6fdc 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));