fix a little typo in a comment

This commit is contained in:
David Odin 2001-11-01 02:50:41 +00:00
parent 96fdb35530
commit 04b4c133b0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-11-01 DindinX <odin@mandrakesoft.com>
* plug-ins/common/bz2.c: fix a little typo in a comment
2001-10-31 Michael Natterer <mitch@gimp.org> 2001-10-31 Michael Natterer <mitch@gimp.org>
Chopped up the display stuff (beware: unfinished)... Chopped up the display stuff (beware: unfinished)...

View file

@ -362,7 +362,7 @@ load_image (gchar *filename,
tmpname = gimp_temp_name (ext + 1); tmpname = gimp_temp_name (ext + 1);
#ifndef __EMX__ #ifndef __EMX__
/* fork off a g(un)zip and wait for it */ /* fork off a bzip2 and wait for it */
if ((pid = fork ()) < 0) if ((pid = fork ()) < 0)
{ {
g_message ("bz2: fork failed: %s\n", g_strerror (errno)); g_message ("bz2: fork failed: %s\n", g_strerror (errno));