diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:26:12 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:26:12 -0500 |
commit | f0000b2f3d3de91a1814d3e243a0e0a301c9f255 (patch) | |
tree | 1952ce8e315a8a8065bdc57e2bf462b57c5edf99 /gtk/gtkcelllayout.c | |
parent | 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (diff) | |
download | gtk+-f0000b2f3d3de91a1814d3e243a0e0a301c9f255.tar.gz |
docs: use more apostrophes
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r-- | gtk/gtkcelllayout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index f485fd81f7..0f678cebf0 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -93,7 +93,7 @@ * to use a custom cell area with a combo box. But construct properties * are only initialized after instance init() * functions have run, which means that using functions which rely on - * the existence of the cell area in your subclass' init() function will + * the existence of the cell area in your subclass’ init() function will * cause the default cell area to be instantiated. In this case, a provided * construct property value will be ignored (with a warning, to alert * you to the problem). @@ -510,7 +510,7 @@ gtk_cell_layout_add_attribute (GtkCellLayout *cell_layout, * Sets the #GtkCellLayoutDataFunc to use for @cell_layout. * * This function is used instead of the standard attributes mapping - * for setting the column value, and should set the value of @cell_layout's + * for setting the column value, and should set the value of @cell_layout’s * cell renderer(s) as appropriate. * * @func may be %NULL to remove a previously set function. |