summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.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/gtkcssprovider.c
parentf116f0071e3a0f03c973532bceee30b3221e5b3f (diff)
downloadgtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r--gtk/gtkcssprovider.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 04cfab3457..2792acf79a 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -123,7 +123,7 @@
* background-color: #898989
* }
*
- * /&ast; Theme notebooks, and anything that's within these &ast;/
+ * /&ast; Theme notebooks, and anything that’s within these &ast;/
* GtkNotebook {
* background-color: #a939f0
* }
@@ -269,7 +269,7 @@
*
* # &commat; Rules
*
- * GTK+'s CSS supports the &commat;import rule, in order to load another
+ * GTK+’s CSS supports the &commat;import rule, in order to load another
* CSS style sheet in addition to the currently parsed one.
*
* An example for using the &commat;import rule:
@@ -404,7 +404,7 @@
* </row>
* <row>
* <entry>alpha(@color, @f)</entry>
- * <entry>Modifies passed color's alpha by a factor @f. @f is a
+ * <entry>Modifies passed color’s alpha by a factor @f. @f is a
* floating point number. @f < 1.0 results in a more transparent
* color while @f > 1.0 results in a more opaque color.
* </entry>