projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4bb394
)
gdkrgba: Add a missing apostrophe in a doc comment
author
Daniel Boles
<dboles.src@gmail.com>
Mon, 19 Mar 2018 15:13:04 +0000
(15:13 +0000)
committer
Daniel Boles
<dboles.src@gmail.com>
Mon, 19 Mar 2018 15:13:04 +0000
(15:13 +0000)
gdk/gdkrgba.c
patch
|
blob
|
history
diff --git
a/gdk/gdkrgba.c
b/gdk/gdkrgba.c
index 1a66e9dcf8a51b875b84d071d38c0c170a2ed685..da3f3381b74fa46cabaf2dadbfe24dd2813316f0 100644
(file)
--- a/
gdk/gdkrgba.c
+++ b/
gdk/gdkrgba.c
@@
-55,7
+55,7
@@
G_DEFINE_BOXED_TYPE (GdkRGBA, gdk_rgba,
* 1.0 for opaque
*
* A #GdkRGBA is used to represent a (possibly translucent)
- * color, in a way that is compatible with cairos notion of color.
+ * color, in a way that is compatible with cairo
’
s notion of color.
*/
/**