From 11f07cb5ad94fae02aa27c64efae4cce7f45788c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 12 Jul 2020 10:55:31 +0200 Subject: [PATCH] GdkRGBA: Fix typo in documentation --- gdk/gdkrgba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index b8bd025d3b..4d6d46143c 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -354,7 +354,7 @@ gdk_rgba_equal (gconstpointer p1, * * Returns a textual specification of @rgba in the form * `rgb(r,g,b)` or - * `rgba(r g,b,a)`, + * `rgba(r,g,b,a)`, * where “r”, “g”, “b” and “a” represent the red, green, * blue and alpha values respectively. “r”, “g”, and “b” are * represented as integers in the range 0 to 255, and “a”