summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Db/ItemMapper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Db/ItemMapper.php b/lib/Db/ItemMapper.php
index 71e31dbc4..d7edbd12f 100644
--- a/lib/Db/ItemMapper.php
+++ b/lib/Db/ItemMapper.php
@@ -521,8 +521,8 @@ class ItemMapper extends Mapper
->execute();
}
/**
- * Performs a SELECT query with all arguments appened to the WHERE clause
- * The SELECT will be performed on the current table and take the entity
+ * Performs a SELECT query with all arguments appended to the WHERE clause
+ * The SELECT will be performed on the current table and takes the entity
* that is related for transforming the properties into column names
*
* Important: This method does not filter marked as deleted rows!