diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-07-06 13:59:53 +0100 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-07-06 14:00:35 +0100 |
commit | ede0f25d3be0403eedef704f116b034decffca8a (patch) | |
tree | 17847c93d65a7d1b1b4de20ce9c06667d6be4709 /gdk/gdkrgba.c | |
parent | 07f4139004f8900d160278be39e1c53dc45b0459 (diff) | |
download | gtk+-ede0f25d3be0403eedef704f116b034decffca8a.tar.gz |
GdkRGBA: Fix typo precentage => percentage
Diffstat (limited to 'gdk/gdkrgba.c')
-rw-r--r-- | gdk/gdkrgba.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index a073790d44..b310f82552 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -184,7 +184,7 @@ parse_rgb_value (const gchar *str, * * Where “r”, “g”, “b” and “a” are respectively the red, green, blue and * alpha color values. In the last two cases, r g and b are either integers - * in the range 0 to 255 or precentage values in the range 0% to 100%, and + * in the range 0 to 255 or percentage values in the range 0% to 100%, and * a is a floating point value in the range 0 to 1. * * Returns: %TRUE if the parsing succeeded |