didou Wed Jan 14 07:21:59 2004 EDT
Modified files:
/phpdoc/en/reference/outcontrol/functions ob-gzhandler.xml
Log:
typo (user note)
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.4
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.5
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.4 Mon Jun 16
14:50:48 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml Wed Jan 14 07:21:59
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-gzhandler">
<refnamediv>
@@ -27,7 +27,7 @@
compressed web pages. Before <function>ob_gzhandler</function>
actually sends compressed data, it determines what type of
content encoding the browser will accept ("gzip", "deflate" or
- none at all) and will return it's output accordingly. All
+ none at all) and will return its output accordingly. All
browsers are supported since it's up to the browser to send the
correct header saying that it accepts compressed web pages.
</para>