diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-01-13 07:33:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-01-13 07:33:13 +0000 |
commit | 11b9259db062d0f5bbd6da80098e4b65dbfb2533 (patch) | |
tree | dea459c66cce6db7df9e174f0d5a371998aa2cdb /modules/user/user.module | |
parent | d4ad3657e44dcf2feb26e755ad7dcd6dbeaa5d09 (diff) | |
download | brdo-11b9259db062d0f5bbd6da80098e4b65dbfb2533.tar.gz brdo-11b9259db062d0f5bbd6da80098e4b65dbfb2533.tar.bz2 |
- Patch #44507 by DriesK: consistency: email -> e-mail.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 4 |
1 files changed, 2 insertions, 2 deletions
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]." ** |