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:
Sara Golemon 2003-01-02 06:32:03 +00:00
parent 1de6f0a320
commit 36fa9a0e3d

View file

@ -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>