summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-23 21:10:13 -0700
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-23 21:10:13 -0700
commit506426a30e7bd43f5a51752b499ed807a5866bea (patch)
treee7159759529094e6aac50c0fb62fe50f23f6c910 /gtk/gtktreeviewcolumn.h
parentad32a48765dedcf2c795321e7930dc8aa65add31 (diff)
downloadgtk+-506426a30e7bd43f5a51752b499ed807a5866bea.tar.gz
gtktreeviewcolumn: Fix typo in typedef documentation
Diffstat (limited to 'gtk/gtktreeviewcolumn.h')
-rw-r--r--gtk/gtktreeviewcolumn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeviewcolumn.h b/gtk/gtktreeviewcolumn.h
index b91092eabd..97649dc9bb 100644
--- a/gtk/gtktreeviewcolumn.h
+++ b/gtk/gtktreeviewcolumn.h
@@ -71,7 +71,7 @@ typedef enum
* straight mapping between the cell and the model. This is useful for
* customizing the cell renderer. For example, a function might get an
* integer from the @tree_model, and render it to the “text” attribute of
- * “cell” by converting it to its written equivilent. This is set by
+ * “cell” by converting it to its written equivalent. This is set by
* calling gtk_tree_view_column_set_cell_data_func()
*/
typedef void (* GtkTreeCellDataFunc) (GtkTreeViewColumn *tree_column,