diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2009-11-11 21:39:21 +0100 |
---|---|---|
committer | Kjartan Maraas <kmaraas@gnome.org> | 2009-11-11 21:39:32 +0100 |
commit | d03b53800e6f7aca3c6583a967802024291fa6cd (patch) | |
tree | 853f4f96347c64a8d8d3ee06e6e9f5c6507fae50 | |
parent | 385c266a0feb33a866002dd488009dd4db944e57 (diff) | |
download | gtk+-d03b53800e6f7aca3c6583a967802024291fa6cd.tar.gz |
Fix typo
-rw-r--r-- | gdk/gdkcolor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcolor.c b/gdk/gdkcolor.c index 9e3db06566..3bd044e8c0 100644 --- a/gdk/gdkcolor.c +++ b/gdk/gdkcolor.c @@ -181,7 +181,7 @@ gdk_color_white (GdkColormap *colormap, * @color: the location to store the color. * * Returns the black color for a given colormap. The resulting - * value has already benn allocated. + * value has already been allocated. * * Return value: %TRUE if the allocation succeeded. **/ |