]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Dec 2006 18:43:40 +0000 (18:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Dec 2006 18:43:40 +0000 (18:43 +0000)
ChangeLog
gdk/gdkcolor.c

index b58dd8cdbea57aa869d5d5a3b895f6d6a77d5791..b11d82f69147d51cb1f8d8803400aa408890773a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkcolor.c (gdk_color_hash): Fix a typo. (#390613,
+       Paolo Borelli)
+
 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
 
        * tests/prop-editor.c: Display children of containers
index e533ffcc112671b04fca5956cca978b53c694c97..4c3d88ebe6a8dcd5b50bb0269fa697c63029a2fd 100644 (file)
@@ -267,7 +267,7 @@ gdk_color_alloc (GdkColormap *colormap,
  * A hash function suitable for using for a hash
  * table that stores #GdkColor's.
  * 
- * Return value: The hash function appled to @colora
+ * Return value: The hash function applied to @colora
  **/
 guint
 gdk_color_hash (const GdkColor *colora)