소스 검색

Minor - fixed comment typo

Yannick Warnier 11 년 전
부모
커밋
3c124a9db3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
      * super-admins. Other roles should only be able to disable a user,
      * which removes access to the platform but doesn't delete anything.
      * which removes access to the platform but doesn't delete anything.
      * @param int The ID of th user to be deleted
      * @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 (null) === false
      * @assert ('abc') === false
      * @assert ('abc') === false
      */
      */