summaryrefslogtreecommitdiff
path: root/includes/db/ORMIterator.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/db/ORMIterator.php')
-rw-r--r--includes/db/ORMIterator.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/db/ORMIterator.php b/includes/db/ORMIterator.php
index 090b8932..077eab0f 100644
--- a/includes/db/ORMIterator.php
+++ b/includes/db/ORMIterator.php
@@ -23,9 +23,9 @@
* @file
* @ingroup ORM
*
- * @licence GNU GPL v2 or later
+ * @license GNU GPL v2 or later
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
*/
interface ORMIterator extends Iterator {
-} \ No newline at end of file
+}