From ede0f25d3be0403eedef704f116b034decffca8a Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 6 Jul 2017 13:59:53 +0100 Subject: [PATCH] GdkRGBA: Fix typo precentage => percentage --- gdk/gdkrgba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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