GdkRgba: Fix 'loose' typo

Should be "lose"

https://bugzilla.gnome.org/show_bug.cgi?id=700844
This commit is contained in:
Bastien Nocera 2013-05-22 17:37:51 +02:00
parent 536fc22de4
commit 314dcf7a9e

View File

@ -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.