Fix a doc typo.

* gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): Fix a doc typo.
This commit is contained in:
Matthias Clasen 2002-04-03 18:17:14 +00:00
parent 87acfd4c0e
commit b7333010d0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-03 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): Fix a doc typo.
2002-03-29 Matthias Clasen <maclas@gmx.de>
* io-png.c (png_simple_error_callback): libpng error handlers must

View File

@ -65,7 +65,7 @@ typedef struct
* gdk_pixbuf_loader_get_type:
* @void:
*
* Registers the #GdkPixubfLoader class if necessary, and returns the type ID
* Registers the #GdkPixbufLoader class if necessary, and returns the type ID
* associated to it.
*
* Return value: The type ID of the #GdkPixbufLoader class.