[gtk+] GdkRgba: Fix 'loose' typo



commit 314dcf7a9e87ccfaabcff067a999e12f10a18b39
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 22 17:37:51 2013 +0200

    GdkRgba: Fix 'loose' typo
    
    Should be "lose"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700844

 gdk/gdkrgba.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c
index 1151c12..918dbb2 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.


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