From 506426a30e7bd43f5a51752b499ed807a5866bea Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 23 Sep 2016 21:10:13 -0700 Subject: [PATCH] gtktreeviewcolumn: Fix typo in typedef documentation --- gtk/gtktreeviewcolumn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,