summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-21 18:59:02 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-21 18:59:02 +0000
commitb94f2716cfc4d1e91304a5fbf7783486932fa8c1 (patch)
treeeec1247c3005598869732c7db68c0db316c66035 /modules/user
parent7c31bcdeac94c254130845c3959753b68c36ea1e (diff)
downloadbrdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.gz
brdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.bz2
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 3d169127b..801f8f5f2 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -2127,7 +2127,7 @@ function user_register_submit($form, &$form_state) {
// No e-mail verification is required, create new user account, and login user immediately.
_user_mail_notify('register_no_approval_required', $account);
if (user_authenticate($account->name, trim($pass))) {
- drupal_set_message(t('Registration succesful. You are now logged in.'));
+ drupal_set_message(t('Registration successful. You are now logged in.'));
}
$form_state['redirect'] = '';
return;