summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-11-06 10:17:44 +0000
committerPierre Joye <pajoye@php.net>2008-11-06 10:17:44 +0000
commit963f7c02347a5a3e88657b8c759d9ce66e6c88d3 (patch)
treeed91ff8ec11dc0c9412bab9b6b4f5e06bade3d4b
parent789eb9cc9ae6624249fcd5c058ead53d6dfaabc3 (diff)
downloadphp-git-963f7c02347a5a3e88657b8c759d9ce66e6c88d3.tar.gz
- typo
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index acadf70421..89ad566568 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -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