diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:37:09 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:37:09 -0500 |
commit | a4b5929e81b526cbc92e47a6fa1096a0e44209cb (patch) | |
tree | f92648322be6c849c69dacf8755bb8b6ee0de8a3 /gtk/gtktreeviewcolumn.c | |
parent | 285d216d3e100496e4c732c2e15741c4bb50ddbc (diff) | |
download | gtk+-a4b5929e81b526cbc92e47a6fa1096a0e44209cb.tar.gz |
docs: use apostrophe in *'re
Diffstat (limited to 'gtk/gtktreeviewcolumn.c')
-rw-r--r-- | gtk/gtktreeviewcolumn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeviewcolumn.c b/gtk/gtktreeviewcolumn.c index 755aaff0fb..58424a2f3b 100644 --- a/gtk/gtktreeviewcolumn.c +++ b/gtk/gtktreeviewcolumn.c @@ -1788,7 +1788,7 @@ gtk_tree_view_column_set_attributesv (GtkTreeViewColumn *tree_column, /** * gtk_tree_view_column_set_attributes: * @tree_column: A #GtkTreeViewColumn - * @cell_renderer: the #GtkCellRenderer we're setting the attributes of + * @cell_renderer: the #GtkCellRenderer we’re setting the attributes of * @...: A %NULL-terminated list of attributes * * Sets the attributes in the list as the attributes of @tree_column. |