Minor fix

This commit is contained in:
Flavio Copes
2015-11-04 14:44:21 +01:00
parent 87378562ea
commit 76e01e7aea
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ class Group extends Data
* Remove a group
*
* @param string $username
* @return bool True is the action was performed
* @return bool True if the action was performed
*/
public static function remove($groupname)
{

View File

@@ -50,7 +50,7 @@ class User extends Data
* Remove user account.
*
* @param string $username
* @return bool True is the action was performed
* @return bool True if the action was performed
*/
public static function remove($username)
{