From 10f329c0579c24a23f9345a21aa00e56f6755a40 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 19 Oct 2004 18:02:31 +0000 Subject: - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'. --- modules/user.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 50185acdb..b7abead15 100644 --- a/modules/user.module +++ b/modules/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. -- cgit v1.2.3