summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-11 04:32:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-11 04:32:01 +0000
commita8a1f7b99aaa8926e7174ad1298e459c2ccb148a (patch)
tree4d2859c3d9469223168fec90bd6359082f9a8370 /gtk
parent602d2332291a9ed1da1c549de0506c249407a09d (diff)
downloadgdk-pixbuf-a8a1f7b99aaa8926e7174ad1298e459c2ccb148a.tar.gz
Fix a doc typo. (#169873, Johan Dahlin)
2005-03-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): Fix a doc typo. (#169873, Johan Dahlin)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkliststore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index 614922556..36cb4cc4a 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -1985,7 +1985,7 @@ gtk_list_store_insert_with_values (GtkListStore *list_store,
* @values: an array of GValues
* @n_values: the length of the @columns and @values arrays
*
- * A variant of gtk_list_Store_insert_with_values() which
+ * A variant of gtk_list_store_insert_with_values() which
* takes the columns and values as two arrays, instead of
* varargs. This function is mainly intended for
* language-bindings.