From: Pierre Joye Date: Tue, 24 Mar 2009 12:48:52 +0000 (+0000) Subject: - GEPJ.. (thx to Derick for the head!) X-Git-Tag: php-5.3.0RC2~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc272fdc68f3c0246edf05370e9c30dd33f8e3df;p=php - GEPJ.. (thx to Derick for the head!) --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 92165773b4..22fc6a54a8 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1295,7 +1295,7 @@ PHP_MINFO_FUNCTION(gd) { char tmp[12]; snprintf(tmp, sizeof(tmp), "%d", gdJpegGetVersionInt()); - php_info_print_table_row(2, "JEPG Support", "enabled"); + php_info_print_table_row(2, "JPEG Support", "enabled"); php_info_print_table_row(2, "libJPEG Version", tmp); } #endif