summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:01:26 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:06:10 -0500
commit7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch)
tree7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gtk/gtktexttag.c
parentf116f0071e3a0f03c973532bceee30b3221e5b3f (diff)
downloadgtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtktexttag.c')
-rw-r--r--gtk/gtktexttag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c
index 9718a9c762..e9ee74a856 100644
--- a/gtk/gtktexttag.c
+++ b/gtk/gtktexttag.c
@@ -1894,7 +1894,7 @@ delta_priority_foreach (GtkTextTag *tag, gpointer user_data)
*
* Get the tag priority.
*
- * Return value: The tag's priority.
+ * Return value: The tag’s priority.
**/
gint
gtk_text_tag_get_priority (GtkTextTag *tag)
@@ -1918,7 +1918,7 @@ gtk_text_tag_get_priority (GtkTextTag *tag)
* a tag to a tag table, it will be assigned the highest priority in
* the table by default; so normally the precedence of a set of tags
* is the order in which they were added to the table, or created with
- * gtk_text_buffer_create_tag(), which adds the tag to the buffer's table
+ * gtk_text_buffer_create_tag(), which adds the tag to the buffer’s table
* automatically.
**/
void