mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Bug 21325: Minor spelling error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109913 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1de6f0a320
commit
36fa9a0e3d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- splitted from ./en/functions/mail.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mail">
|
||||
<refnamediv>
|
||||
|
@ -76,7 +76,7 @@ mail("joecool@example.com", "My Subject", "Line 1\nLine 2\nLine 3");
|
|||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
You must use <literal>\r\n</literal> to seperate headers, although
|
||||
You must use <literal>\r\n</literal> to separate headers, although
|
||||
some Unix mail transfer agents may work with just a single newline
|
||||
(<literal>\n</literal>).
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue