Skip to content

Commit fc00167

Browse files
committed
[skip ci] Fix typo s/xml/xsl
1 parent 0e5e85d commit fc00167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xsl/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (PHP_XSL != "no") {
3232
}
3333
}
3434
EXTENSION("xsl", "php_xsl.c xsltprocessor.c", PHP_XSL_SHARED);
35-
AC_DEFINE("HAVE_XSL", 1, "Define to 1 if PHP extension 'xml' is available.");
35+
AC_DEFINE("HAVE_XSL", 1, "Define to 1 if PHP extension 'xsl' is available.");
3636
if (! PHP_XSL_SHARED) {
3737
ADD_FLAG("CFLAGS_XSL", "/D DOM_EXPORTS /D LIBXML_STATIC");
3838
} else {

0 commit comments

Comments
 (0)