diff options
author | Malf Furious <m@lfurio.us> | 2018-09-07 07:08:26 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-07 07:08:26 -0400 |
commit | 0a77d66a62006fce5e3768eb115baa48b16cb719 (patch) | |
tree | a56066b770ab0449b40988c1b2ae37a82e61553e /app | |
parent | 575d532b06eeae5eac77f231265e8fd7034d4fd7 (diff) | |
download | scrott-0a77d66a62006fce5e3768eb115baa48b16cb719.tar.gz scrott-0a77d66a62006fce5e3768eb115baa48b16cb719.zip |
Fix typo
Diffstat (limited to 'app')
-rw-r--r-- | app/class/user.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/user.class.php b/app/class/user.class.php index 50679ee..90aac44 100644 --- a/app/class/user.class.php +++ b/app/class/user.class.php @@ -267,7 +267,7 @@ class user extends agent /* * Get all groups this user owns or is a member of. This isn't necessarily - * all groups this user cas access permissions for. Results are sorted by + * all groups this user has access permissions for. Results are sorted by * ownership, then by name. */ public function getGroups_ordByOwnByName() : array |