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 50185acdb..b7abead15 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -307,7 +307,7 @@ function user_access($string, $account = NULL) {
global $user;
static $perm = array();
- // User #1 has all priveleges:
+ // User #1 has all privileges:
if ($user->uid == 1) {
return 1;
}
@@ -340,7 +340,7 @@ function user_mail($mail, $subject, $message, $header) {
else {
/*
** Note: if you are having problems with sending mail, or mails look wrong
- ** when they are recieved you may have to modify the str_replace to suit
+ ** when they are received you may have to modify the str_replace to suit
** your systems.
** - \r\n will work under dos and windows.
** - \n will work for linux, unix and BSDs.