summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gztell_basic2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gztell_basic2.phpt')
-rw-r--r--ext/zlib/tests/gztell_basic2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gztell_basic2.phpt b/ext/zlib/tests/gztell_basic2.phpt
index 13ac183d46..b9d9eb0837 100644
--- a/ext/zlib/tests/gztell_basic2.phpt
+++ b/ext/zlib/tests/gztell_basic2.phpt
@@ -3,7 +3,7 @@ Test function gztell() by calling it with its expected arguments when writing
--SKIPIF--
<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
+ print "skip - ZLIB extension not loaded";
}
?>
--FILE--