summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-13 07:33:13 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-13 07:33:13 +0000
commit11b9259db062d0f5bbd6da80098e4b65dbfb2533 (patch)
treedea459c66cce6db7df9e174f0d5a371998aa2cdb /includes/common.inc
parentd4ad3657e44dcf2feb26e755ad7dcd6dbeaa5d09 (diff)
downloadbrdo-11b9259db062d0f5bbd6da80098e4b65dbfb2533.tar.gz
brdo-11b9259db062d0f5bbd6da80098e4b65dbfb2533.tar.bz2
- Patch #44507 by DriesK: consistency: email -> e-mail.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index e60ca1b3c..3d54d902e 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -583,7 +583,7 @@ function t($string, $args = 0) {
* Empty e-mail addresses are allowed. See RFC 2822 for details.
*
* @param $mail
- * A string containing an email address.
+ * A string containing an e-mail address.
* @return
* TRUE if the address is in a valid format.
*/