From 640df5d0df5579fa21289e19af3e4e056a798034 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 22 May 2010 19:00:48 +0000 Subject: [PATCH] more typos in comments fixed --- lib/authlib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/authlib.php b/lib/authlib.php index 7cc8dba563698..7f2e9ef502f6e 100644 --- a/lib/authlib.php +++ b/lib/authlib.php @@ -184,7 +184,7 @@ function user_update_password($user, $newpassword) { /** * Called when the user record is updated. * Modifies user in external database. It takes olduser (before changes) and newuser (after changes) - * conpares information saved modified information to external db. + * compares information saved modified information to external db. * * @param mixed $olduser Userobject before modifications (without system magic quotes) * @param mixed $newuser Userobject new modified userobject (without system magic quotes) @@ -297,7 +297,7 @@ function sync_roles($user) { /** * Read user information from external database and returns it as array(). * Function should return all information available. If you are saving - * this information to moodle user-table you should honor syncronization flags + * this information to moodle user-table you should honour synchronisation flags * * @param string $username username * @@ -343,7 +343,7 @@ function process_config($config) { } /** - * Hook for overriding behavior of login page. + * Hook for overriding behaviour of login page. * This method is called from login/index.php page for all enabled auth plugins. * * @global object @@ -381,7 +381,7 @@ function prelogout_hook() { } /** - * Hook for overriding behavior of logout page. + * Hook for overriding behaviour of logout page. * This method is called from login/logout.php page for all enabled auth plugins. * * @global object @@ -396,7 +396,7 @@ function logoutpage_hook() { /** * Hook called before timing out of database session. - * This is usueful for SSO and MNET. + * This is useful for SSO and MNET. * * @param object $user * @param string $sid session id