summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2016-06-10 22:45:55 -0400
committerMalf Furious <m@lfurio.us>2016-06-10 22:45:55 -0400
commite2328c50f6fd101b4eaee410afb23290965b45b9 (patch)
treebddfd183984cb9c6dc2045aad65846fc621e19ae /app
parentf7848f8b7b471766d674c8bf8e9a75099a9ffda5 (diff)
downloadscrott-e2328c50f6fd101b4eaee410afb23290965b45b9.tar.gz
scrott-e2328c50f6fd101b4eaee410afb23290965b45b9.zip
Fix typo
Diffstat (limited to '')
-rw-r--r--app/class/object.class.php2
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)
{