Fix a typo

This commit is contained in:
Matthias Clasen 2006-12-29 18:43:40 +00:00
parent c5be44fd0a
commit ba7b79d187
2 changed files with 6 additions and 1 deletions

View File

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

View 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)