From 11b9259db062d0f5bbd6da80098e4b65dbfb2533 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Jan 2006 07:33:13 +0000 Subject: - Patch #44507 by DriesK: consistency: email -> e-mail. --- modules/user/user.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 661bf46a5..bc5909dea 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -37,7 +37,7 @@ function user_external_load($authname) { * * @param $array * An associative array of attributes to search for in selecting the - * user, such as user name or email address. + * user, such as user name or e-mail address. * * @return * A fully-loaded $user object upon successful user load or FALSE if user cannot be loaded. @@ -386,7 +386,7 @@ function user_mail($mail, $subject, $message, $header) { ** According to RFC 2646, it's quite rude to not wrap your e-mails: ** ** "The Text/Plain media type is the lowest common denominator of - ** Internet email, with lines of no more than 997 characters (by + ** Internet e-mail, with lines of no more than 997 characters (by ** convention usually no more than 80), and where the CRLF sequence ** represents a line break [MIME-IMT]." ** -- cgit v1.2.3