[skip-revcheck] fixed typo (#1401)

This commit is contained in:
魔王卷子 2022-02-13 01:08:11 +08:00 committed by GitHub
parent 90242f8793
commit f0e6ac0428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ fclose($sock);
<programlisting role="php">
<![CDATA[
<?php
/* Create a compressed file containing an arbitrarty string
/* Create a compressed file containing an arbitrary string
* File can be read back using compress.zlib stream or just
* decompressed from the command line using 'gzip -d foo-bar.txt.gz'
*/