]> granicus.if.org Git - php/commitdiff
- typo
authorPierre Joye <pajoye@php.net>
Thu, 6 Nov 2008 10:17:44 +0000 (10:17 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 6 Nov 2008 10:17:44 +0000 (10:17 +0000)
ext/gd/gd.c

index acadf7042170efa929789ab6e52c06affc6f8303..89ad566568eb6b2d69462ea449e010d4d3924129 100644 (file)
@@ -1389,7 +1389,7 @@ PHP_MINFO_FUNCTION(gd)
                char tmp[12];
                snprintf(tmp, sizeof(tmp), "%d", gdJpegGetVersionInt());
                php_info_print_table_row(2, "JPG Support", "enabled");
-               php_info_print_table_row(2, "libPNG Version", tmp);
+               php_info_print_table_row(2, "libJPEG Version", tmp);
        }
 #endif