summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{