From 049fc77637ee13eaa258c723dbb156062561cf75 Mon Sep 17 00:00:00 2001 From: Zak Greant Date: Thu, 6 Dec 2001 12:25:05 +0000 Subject: [PATCH] Fixed minor spelling error git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64027 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/imap.xml b/functions/imap.xml index b19a637998..38c5679f5b 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1,5 +1,5 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -1533,7 +1533,7 @@ imap_close($mbox); This function allows sending of emails with correct handling of Cc and Bcc receivers. The parameters to, cc and bcc are all strings and are all parsed as rfc822 address lists. The receivers specified in bcc will get the mail, but are excluded from the headers. - Use teh rpath parameter to specify return path. This is usefull when using php as a mail client + Use the rpath parameter to specify return path. This is useful when using php as a mail client for multiple users.