summaryrefslogtreecommitdiffstats
path: root/app/class
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-07 07:08:26 -0400
committerMalf Furious <m@lfurio.us>2018-09-07 07:08:26 -0400
commit0a77d66a62006fce5e3768eb115baa48b16cb719 (patch)
treea56066b770ab0449b40988c1b2ae37a82e61553e /app/class
parent575d532b06eeae5eac77f231265e8fd7034d4fd7 (diff)
downloadscrott-0a77d66a62006fce5e3768eb115baa48b16cb719.tar.gz
scrott-0a77d66a62006fce5e3768eb115baa48b16cb719.zip
Fix typo
Diffstat (limited to 'app/class')
-rw-r--r--app/class/user.class.php2
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