dams Fri Apr 23 09:12:15 2004 EDT
Modified files:
/phpdoc/en/appendices filters.xml
Log:
typos
http://cvs.php.net/diff.php/phpdoc/en/appendices/filters.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/appendices/filters.xml
diff -u phpdoc/en/appendices/filters.xml:1.6 phpdoc/en/appendices/filters.xml:1.7
--- phpdoc/en/appendices/filters.xml:1.6 Fri Apr 16 00:07:28 2004
+++ phpdoc/en/appendices/filters.xml Fri Apr 23 09:12:15 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<appendix id="filters">
<title>List of Available Filters</title>
<para>
@@ -158,8 +158,8 @@
<literal>convert.base64-encode</literal> supports parameters given as
an associative array. If <parameter>line-length</parameter> is given, the
base64 output will be split into chunks of <parameter>line-length</parameter>
- characters each. If <parameter>line-braek-chars</parameter> is given, each
- chunk will be delimted by the characters given. These parameters give the
+ characters each. If <parameter>line-break-chars</parameter> is given, each
+ chunk will be delimited by the characters given. These parameters give the
same effect as using <function>base64_encode</function> with
<function>chunk_split</function>.
</simpara>