diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-03 18:17:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-03 18:17:14 +0000 |
commit | b7333010d03eaee9db0d18112a81ad27041a8dba (patch) | |
tree | 787f5605c6c1f31841b89d7c435ff561bfd049c9 /gdk-pixbuf/gdk-pixbuf-loader.c | |
parent | 87acfd4c0eb70adc92f3d8df0de67b3b2841ea1c (diff) | |
download | gtk+-b7333010d03eaee9db0d18112a81ad27041a8dba.tar.gz |
Fix a doc typo.
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): Fix a doc typo.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-loader.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c index a199aa17f5..148f9c7448 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. |