diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 7498bb87a9..ed830a35b9 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2001-08-06 Kjartan Maraas + + * gdk-pixdata.c: Fix a typo. + 2001-07-30 Hans Breuer * pixops/makefile.msc : new file diff --git a/gdk-pixbuf/gdk-pixdata.c b/gdk-pixbuf/gdk-pixdata.c index 77040bdc04..7599ec4ae2 100644 --- a/gdk-pixbuf/gdk-pixdata.c +++ b/gdk-pixbuf/gdk-pixdata.c @@ -375,7 +375,7 @@ gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, { g_set_error (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY, - _("failed to allocate imagge buffer of %u bytes"), + _("failed to allocate image buffer of %u bytes"), pixdata->rowstride * pixdata->height); return NULL; }