Skip to content

Commit

Permalink
more typos in comments fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 22, 2010
1 parent e26eafd commit 640df5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/authlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
*
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 640df5d

Please sign in to comment.