From b7333010d03eaee9db0d18112a81ad27041a8dba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 3 Apr 2002 18:17:14 +0000 Subject: [PATCH] Fix a doc typo. * gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): Fix a doc typo. --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/gdk-pixbuf-loader.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 36ec6b35c..2c64b9e20 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2002-04-03 Matthias Clasen + + * gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): Fix a doc typo. + 2002-03-29 Matthias Clasen * io-png.c (png_simple_error_callback): libpng error handlers must diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c index a199aa17f..148f9c744 100644 --- a/gdk-pixbuf/gdk-pixbuf-loader.c +++ b/gdk-pixbuf/gdk-pixbuf-loader.c @@ -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.