diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-09-03 19:56:36 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-09-03 19:56:36 +0000 |
commit | 9538b6e57c7687d776290a0159837421efc7f49f (patch) | |
tree | e98b36b4de3656bb449c61c715a67b956c9b3a56 /gdk/x11 | |
parent | a653ea3a1857e93070dac498c5fcde1f8c6176c4 (diff) | |
download | gtk+-9538b6e57c7687d776290a0159837421efc7f49f.tar.gz |
big patch from Kjartan Maraas to fix numerous typos.
Wed Sep 3 21:38:26 2003 Kristian Rietveld <kris@gtk.org>
* gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
gtk/gtktypeutils.h: big patch from Kjartan Maraas
to fix numerous typos.
Diffstat (limited to 'gdk/x11')
-rw-r--r-- | gdk/x11/gdkcolor-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkcolor-x11.c b/gdk/x11/gdkcolor-x11.c index f5555789cb..39b16a4ca9 100644 --- a/gdk/x11/gdkcolor-x11.c +++ b/gdk/x11/gdkcolor-x11.c @@ -1074,11 +1074,11 @@ gdk_colormap_alloc_colors_pseudocolor (GdkColormap *colormap, * existing colors if the colors cannot be allocated as requested. * @success: An array of length @ncolors. On return, this * indicates whether the corresponding color in @colors was - * sucessfully allocated or not. + * successfully allocated or not. * * Allocates colors from a colormap. * - * Return value: The number of colors that were not sucessfully + * Return value: The number of colors that were not successfully * allocated. **/ gint |