summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzseek_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzseek_variation6.phpt')
-rw-r--r--ext/zlib/tests/gzseek_variation6.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzseek_variation6.phpt b/ext/zlib/tests/gzseek_variation6.phpt
index c0b983e4e9..bb5d9ed65b 100644
--- a/ext/zlib/tests/gzseek_variation6.phpt
+++ b/ext/zlib/tests/gzseek_variation6.phpt
@@ -10,7 +10,7 @@ if (!extension_loaded("zlib")) {
<?php
$f = dirname(__FILE__)."/004.txt.gz";
$h = gzopen($f, 'r');
-// move 40 bytes
+// move 40 bytes
echo "move 40 bytes\n";
gzread($h, 40);
echo "tell=";