From 08d1ea483ec98fa35a0f4d7afbf0fe6ca250ff2c Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 21 Oct 2000 22:37:58 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34355 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mail.xml b/functions/mail.xml index 87d71747ff..e587a23bc5 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -88,7 +88,7 @@ $headers .= "cc:birthdayarchive@php.net\n"; // CC to $headers .= "bcc:birthdaycheck@php.net, birthdaygifts@php.net\n"; // BCCs to /* and now mail it */ -mail($recipent, $subject, $message, $headers); +mail($recipient, $subject, $message, $headers);