summaryrefslogtreecommitdiff
path: root/gtk/gtktextattributes.h
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/gtktextattributes.h
parentf116f0071e3a0f03c973532bceee30b3221e5b3f (diff)
downloadgtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r--gtk/gtktextattributes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h
index b64e0e7b31..0e2f85b0b8 100644
--- a/gtk/gtktextattributes.h
+++ b/gtk/gtktextattributes.h
@@ -76,7 +76,7 @@ typedef struct _GtkTextAppearance GtkTextAppearance;
* @strikethrough: Strikethrough style
* @draw_bg: Whether to use background-related values; this is
* irrelevant for the values struct when in a tag, but is used for
- * the composite values struct; it's true if any of the tags being
+ * the composite values struct; it’s true if any of the tags being
* composited had background stuff set.
* @inside_selection: This are only used when we are actually laying
* out and rendering a paragraph; not when a #GtkTextAppearance is
@@ -157,7 +157,7 @@ struct _GtkTextAppearance
* @editable: Can edit this text.
*
* Using #GtkTextAttributes directly should rarely be necessary.
- * It's primarily useful with gtk_text_iter_get_attributes().
+ * It’s primarily useful with gtk_text_iter_get_attributes().
* As with most GTK+ structs, the fields in this struct should only
* be read, never modified directly.
*/