diff options
author | Melvyn Sopacua <msopacua@php.net> | 2002-10-31 21:11:57 +0000 |
---|---|---|
committer | Melvyn Sopacua <msopacua@php.net> | 2002-10-31 21:11:57 +0000 |
commit | 45227ec40c6088770f16a79696d4140ed785393b (patch) | |
tree | 1ad101f7fb91b05f4f1a6482c2f230df40a61424 | |
parent | bcf61b073a72ba8d8b70641260bb669dd2adfab0 (diff) | |
download | php-git-45227ec40c6088770f16a79696d4140ed785393b.tar.gz |
Fix typo
-rw-r--r-- | ext/xslt/tests/xslt_setopt.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xslt/tests/xslt_setopt.phpt b/ext/xslt/tests/xslt_setopt.phpt index 0ed34f58a1..ce45c46e1c 100644 --- a/ext/xslt/tests/xslt_setopt.phpt +++ b/ext/xslt/tests/xslt_setopt.phpt @@ -1,5 +1,5 @@ --TEST-- -xslt_set_opt function and public entities +xslt_setopt function and public entities --SKIPIF-- <?php include("skipif.inc"); @@ -57,4 +57,4 @@ string(172) "<html> <p>PHP QA®</p> </body> </html> -"
\ No newline at end of file +" |