summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2008-08-02 01:25:20 +0000
committerClaudio Saavedra <csaavedra@src.gnome.org>2008-08-02 01:25:20 +0000
commit6a6e72dea2b272b5df1ffc684100ec758ace502f (patch)
treec6163855085a35d7f65d64df1237c7d73fef0ec5
parent491999783bb83537a5b8226833ffbf0a072d79af (diff)
downloadgdk-pixbuf-6a6e72dea2b272b5df1ffc684100ec758ace502f.tar.gz
Bug 545931 – small documentation typos
2008-08-01 Claudio Saavedra <csaavedra@igalia.com> Bug 545931 – small documentation typos * gtk/gtkcomboboxentry.c: Fix some typos in the documentation. svn path=/trunk/; revision=20927
-rw-r--r--ChangeLog6
-rw-r--r--gtk/gtkcomboboxentry.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f0a6241c..3ed27ba52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-01 Claudio Saavedra <csaavedra@igalia.com>
+
+ Bug 545931 – small documentation typos
+
+ * gtk/gtkcomboboxentry.c: Fix some typos in the documentation.
+
2008-08-01 Hans Breuer <hans@breuer.org>
* gdk/makefile.msc : build gdkwindowimpl
diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c
index fe77f52bf..ad56ad352 100644
--- a/gtk/gtkcomboboxentry.c
+++ b/gtk/gtkcomboboxentry.c
@@ -307,7 +307,7 @@ gtk_combo_box_entry_contents_changed (GtkEntry *entry,
*
* Creates a new #GtkComboBoxEntry which has a #GtkEntry as child. After
* construction, you should set a model using gtk_combo_box_set_model() and a
- * text_column * using gtk_combo_box_entry_set_text_column().
+ * text column using gtk_combo_box_entry_set_text_column().
*
* Return value: A new #GtkComboBoxEntry.
*