]> granicus.if.org Git - php/commitdiff
- GEPJ.. (thx to Derick for the head!)
authorPierre Joye <pajoye@php.net>
Tue, 24 Mar 2009 12:48:52 +0000 (12:48 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 24 Mar 2009 12:48:52 +0000 (12:48 +0000)
ext/gd/gd.c

index 92165773b40b7ec740df73d91c5aaa141edd5b99..22fc6a54a8408bfa2e51aece9817258f36af39d1 100644 (file)
@@ -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