summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-01-13 07:18:30 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-01-13 08:27:20 -0500
commit974f8dfc71d5052b9741bc436cd500be47352d47 (patch)
treec235b103a1db5731ada762836c34e9c4035a152f
parenta4db4d1f884c8eceb6d529dabf2f8f4e26faafbf (diff)
downloadgtk+-974f8dfc71d5052b9741bc436cd500be47352d47.tar.gz
Typo fix
-rw-r--r--gtk/gtkcellrenderercombo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrenderercombo.c b/gtk/gtkcellrenderercombo.c
index d3cfb5760f..0518d14307 100644
--- a/gtk/gtkcellrenderercombo.c
+++ b/gtk/gtkcellrenderercombo.c
@@ -42,7 +42,7 @@
*
* The combo cell renderer takes care of adding a text cell renderer to the combo
* box and sets it to display the column specified by its
- * #GtkCellRendererCombo:text-column property. Further properties of the comnbo box
+ * #GtkCellRendererCombo:text-column property. Further properties of the combo box
* can be set in a handler for the #GtkCellRenderer::editing-started signal.
*
* The #GtkCellRendererCombo cell renderer was added in GTK+ 2.6.