--- embedaddon/php/ext/standard/tests/mail/mail_include.inc 2012/02/21 23:48:04 1.1.1.1 +++ embedaddon/php/ext/standard/tests/mail/mail_include.inc 2013/07/22 01:32:08 1.1.1.2 @@ -15,7 +15,7 @@ $mailbox_prefix = "phpttest"; // name used for test ma * @para, string mailbox_suffix Suffix used to uniquely identify mailboxes * @param int message_count number of test msgs to be written to new mailbox * - * @return IMAP stream to new mailbox on sucesss; FALSE on failure + * @return IMAP stream to new mailbox on success; FALSE on failure */ function setup_test_mailbox($mailbox_suffix, $message_count, &$new_mailbox = null, $msg_type = "simple"){ global $server, $default_mailbox, $username, $password;