diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-03-12 17:57:34 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-03-12 17:57:34 +0000 |
commit | 792883c4aaba64146ea38cd62287c96cb8121c1f (patch) | |
tree | 778750d31f387ea664c5fa7a43076d51414d4094 /lib | |
parent | 3fb3173756af152604d5d7bb3f1713a95eab5b52 (diff) | |
download | rpg-792883c4aaba64146ea38cd62287c96cb8121c1f.tar.gz rpg-792883c4aaba64146ea38cd62287c96cb8121c1f.tar.bz2 |
fix comment errors, sp. & grammar
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/authmysql/auth.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/plugins/authmysql/auth.php b/lib/plugins/authmysql/auth.php index a5300c604..0ddbff99b 100644 --- a/lib/plugins/authmysql/auth.php +++ b/lib/plugins/authmysql/auth.php @@ -247,17 +247,17 @@ class auth_plugin_authmysql extends DokuWiki_Auth_Plugin { * The dataset update will be rejected if the user name should be changed * to an already existing one. * - * The password must be provides unencrypted. Pasword cryption is done + * The password must be provided unencrypted. Pasword encryption is done * automatically if configured. * - * If one or more groups could't be updated, an error would be set. In + * If one or more groups can't be updated, an error will be set. In * this case the dataset might already be changed and we can't rollback - * the changes. Transactions would be really usefull here. + * the changes. Transactions would be really useful here. * * modifyUser() may be called without SQL statements defined that are * needed to change group membership (for example if only the user profile - * should be modified). In this case we asure that we don't touch groups - * even $changes['grps'] is set by mistake. + * should be modified). In this case we assure that we don't touch groups + * even when $changes['grps'] is set by mistake. * * @author Chris Smith <chris@jalakai.co.uk> * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> @@ -642,7 +642,7 @@ class auth_plugin_authmysql extends DokuWiki_Auth_Plugin { * * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> * - * @param string $user user whose id is desired + * @param string $user username of the user to be deleted * @return bool */ protected function _delUser($user) { |