summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module4
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]."
**