diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-06 19:15:25 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-06 19:15:25 +0000 |
commit | 4de796f0862c638482275dd6951a00a156cfbdff (patch) | |
tree | f817a6e54dcc61d63a9584a4258885039c1c453a /gdk-pixbuf/gdk-pixdata.c | |
parent | 29d11da8c6ea72a41050bf39d7889a168ae6f5a2 (diff) | |
download | gdk-pixbuf-4de796f0862c638482275dd6951a00a156cfbdff.tar.gz |
Fix a typo.
2001-08-06 Kjartan Maraas <kmaraas@gnome.org>
* gdk-pixdata.c: Fix a typo.
Diffstat (limited to 'gdk-pixbuf/gdk-pixdata.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixdata.c b/gdk-pixbuf/gdk-pixdata.c index 77040bdc0..7599ec4ae 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; } |