Browse Source

Minor - fixed comment typo

Yannick Warnier 11 years ago
parent
commit
3c124a9db3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/usermanager.lib.php

+ 1 - 1
main/inc/lib/usermanager.lib.php

@@ -250,7 +250,7 @@ class UserManager
      * super-admins. Other roles should only be able to disable a user,
      * which removes access to the platform but doesn't delete anything.
      * @param int The ID of th user to be deleted
-     * @return boolean true if user is succesfully deleted, false otherwise
+     * @return boolean true if user is successfully deleted, false otherwise
      * @assert (null) === false
      * @assert ('abc') === false
      */