GdkRGBA: Fix typo precentage => percentage

This commit is contained in:
Daniel Boles
2017-07-06 13:59:53 +01:00
parent 3d9a945803
commit ac21aff55b

View File

@ -150,7 +150,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