]> granicus.if.org Git - php/commitdiff
Fix typo
authorRasmus Lerdorf <rasmus@php.net>
Thu, 28 Dec 2000 17:25:11 +0000 (17:25 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 28 Dec 2000 17:25:11 +0000 (17:25 +0000)
ext/domxml/php_domxml.c

index 91c27099770860b8f785544e3f2ee6b606954e2a..ab2a0359e75506a60f6bbfddd06b97d20905f9f4 100644 (file)
@@ -433,7 +433,7 @@ PHP_MINFO_FUNCTION(domxml)
        /* don't know why that line was commented out in the previous version, so i left it (cmv) */
        php_info_print_table_start();   
        php_info_print_table_row(2, "DOM/XML", "enabled");
-       php_info_print_table_row(2, "libmxl Version", LIBXML_DOTTED_VERSION );
+       php_info_print_table_row(2, "libxml Version", LIBXML_DOTTED_VERSION );
 #if defined(LIBXML_XPATH_ENABLED)
        php_info_print_table_row(2, "XPath Support", "enabled");
 #endif