]> granicus.if.org Git - php/commitdiff
fixed typos
authorTakeshi Abe <tabe@php.net>
Fri, 13 Feb 2009 16:02:46 +0000 (16:02 +0000)
committerTakeshi Abe <tabe@php.net>
Fri, 13 Feb 2009 16:02:46 +0000 (16:02 +0000)
ext/gd/libgd/gdparttopng.c
ext/gd/libgd/gdtopng.c

index 677a0b571013e40a1e0fd27bc72827d8ffaf835b..a82925b0ed4728b9f43f70b520ed9b0e1aa1c4a7 100644 (file)
@@ -37,7 +37,7 @@ main (int argc, char **argv)
   fclose (in);
   if (!im)
     {
-      fprintf (stderr, "Input is not in PNG format!\n");
+      fprintf (stderr, "Input is not in GD2 format!\n");
       exit (1);
     }
   out = fopen (argv[2], "wb");
index 9de34990ab0bb8a590fbac582eebf55386860fe9..9670b101976edb3bb2444d1995ea893b97710bd9 100644 (file)
@@ -26,7 +26,7 @@ main (int argc, char **argv)
   fclose (in);
   if (!im)
     {
-      fprintf (stderr, "Input is not in PNG format!\n");
+      fprintf (stderr, "Input is not in GD format!\n");
       exit (1);
     }
   out = fopen (argv[2], "wb");