summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
diff options
context:
space:
mode:
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
* }
*
- * /* Theme notebooks, and anything that's within these */
+ * /* Theme notebooks, and anything that’s within these */
* GtkNotebook {
* background-color: #a939f0
* }
@@ -269,7 +269,7 @@
*
* # @ Rules
*
- * GTK+'s CSS supports the @import rule, in order to load another
+ * GTK+’s CSS supports the @import rule, in order to load another
* CSS style sheet in addition to the currently parsed one.
*
* An example for using the @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>