From 314dcf7a9e87ccfaabcff067a999e12f10a18b39 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 22 May 2013 17:37:51 +0200 Subject: [PATCH] GdkRgba: Fix 'loose' typo Should be "lose" https://bugzilla.gnome.org/show_bug.cgi?id=700844 --- gdk/gdkrgba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 1151c1245d..918dbb26a7 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -352,7 +352,7 @@ gdk_rgba_equal (gconstpointer p1, * These string forms are string forms those supported by * the CSS3 colors module, and can be parsed by gdk_rgba_parse(). * - * Note that this string representation may loose some + * Note that this string representation may lose some * precision, since r, g and b are represented as 8-bit * integers. If this is a concern, you should use a * different representation.