diff options
author | Malf Furious <m@lfurio.us> | 2016-06-10 22:45:55 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-06-10 22:45:55 -0400 |
commit | e2328c50f6fd101b4eaee410afb23290965b45b9 (patch) | |
tree | bddfd183984cb9c6dc2045aad65846fc621e19ae /app | |
parent | f7848f8b7b471766d674c8bf8e9a75099a9ffda5 (diff) | |
download | scrott-e2328c50f6fd101b4eaee410afb23290965b45b9.tar.gz scrott-e2328c50f6fd101b4eaee410afb23290965b45b9.zip |
Fix typo
Diffstat (limited to '')
-rw-r--r-- | app/class/object.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/object.class.php b/app/class/object.class.php index a409fa9..cfc452c 100644 --- a/app/class/object.class.php +++ b/app/class/object.class.php @@ -282,7 +282,7 @@ abstract class Object extends Framework } /* - * Check if given user (or group) is the owner if this object + * Check if given user (or group) is the owner of this object */ function isOwner($ug) { |