mirror of https://github.com/GNOME/gimp.git
fix a little typo in a comment
This commit is contained in:
parent
96fdb35530
commit
04b4c133b0
|
@ -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>
|
||||
|
||||
Chopped up the display stuff (beware: unfinished)...
|
||||
|
|
|
@ -362,7 +362,7 @@ load_image (gchar *filename,
|
|||
tmpname = gimp_temp_name (ext + 1);
|
||||
|
||||
#ifndef __EMX__
|
||||
/* fork off a g(un)zip and wait for it */
|
||||
/* fork off a bzip2 and wait for it */
|
||||
if ((pid = fork ()) < 0)
|
||||
{
|
||||
g_message ("bz2: fork failed: %s\n", g_strerror (errno));
|
||||
|
|
Loading…
Reference in New Issue