| Nuno Lopes 2006-07-20, 7:57 am |
| nlopess Thu Jul 20 10:53:57 2006 UTC
Modified files:
/phpdoc/en/reference/mbstring/functions mb-encode-mimeheader.xml
Log:
fix #38157: typo
http://cvs.php.net/viewvc.cgi/phpdo...7&diff_format=u
Index: phpdoc/en/reference/mbstring/functions/mb-encode-mimeheader.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-encode-mimeheader.xml:1.6 phpdoc/en/reference/mbstring/functions/mb-encode-mimeheader.xml:1.7
--- phpdoc/en/reference/mbstring/functions/mb-encode-mimeheader.xml:1.6 Tue Nov 23 09:38:17 2004
+++ phpdoc/en/reference/mbstring/functions/mb-encode-mimeheader.xml Thu Jul 20 10:53:57 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
<refentry id="function.mb-encode-mimeheader">
<refnamediv>
@@ -33,7 +33,7 @@
</para>
<para>
<parameter>linefeed</parameter> specifies the EOL (end-of-line) marker
- with which <function>mb_encode_mime_header</function> performs
+ with which <function>mb_encode_mimeheader</function> performs
line-folding (a <ulink url="&url.rfc;2822">RFC</ulink> term,
the act of breaking a line longer than a certain length into multiple
lines. The length is currently hard-coded to 74 characters).
|