[gtk+/gtk-3-22] GdkRGBA: Fix typo precentage => percentage



commit ac21aff55ba297da779226e8613b7645a7fd7091
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Jul 6 13:59:53 2017 +0100

    GdkRGBA: Fix typo precentage => percentage

 gdk/gdkrgba.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c
index 2a8e096..1a66e9d 100644
--- a/gdk/gdkrgba.c
+++ b/gdk/gdkrgba.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]