aboutsummaryrefslogtreecommitdiffstats
path: root/includes/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/User.php')
-rw-r--r--includes/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/User.php b/includes/User.php
index bda825f2be3b..34af4c5c5c85 100644
--- a/includes/User.php
+++ b/includes/User.php
@@ -2489,7 +2489,7 @@ class User implements IDBAccessObject {
$type = $oldaddr != '' ? 'changed' : 'set';
$result = $this->sendConfirmationMail( $type );
if ( $result->isGood() ) {
- // Say the the caller that a confirmation mail has been sent
+ // Say to the caller that a confirmation mail has been sent
$result->value = 'eauth';
}
} else {