summaryrefslogtreecommitdiffstats
path: root/lib/class/flag.class.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-28 20:24:34 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-28 21:46:00 -0500
commit101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c (patch)
treecd9cb74ddb01751937fd21851a0f5b5d84420d3e /lib/class/flag.class.php
parenta80c969202e73380e2188ee7ccbb04a1eaf79f20 (diff)
downloadampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.gz
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.bz2
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.zip
Cosmetics: s/Itterate/Iterate/
Diffstat (limited to 'lib/class/flag.class.php')
-rw-r--r--lib/class/flag.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php
index d7fdc811..b01ab316 100644
--- a/lib/class/flag.class.php
+++ b/lib/class/flag.class.php
@@ -107,7 +107,7 @@ class Flag extends database_object {
$results[$row['object_id']] = $row;
}
- // Itterate through the passed ids as we need to cache 'nulls'
+ // Iterate through the passed ids as we need to cache 'nulls'
foreach ($ids as $id) {
parent::add_to_cache('flagged_' . $type,$id,$results[$id]);
}