summaryrefslogtreecommitdiffstats
path: root/lib/class/democratic.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/democratic.class.php
parenta80c969202e73380e2188ee7ccbb04a1eaf79f20 (diff)
downloadampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.gz
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.bz2
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.zip
Cosmetics: s/Itterate/Iterate/
Diffstat (limited to 'lib/class/democratic.class.php')
-rw-r--r--lib/class/democratic.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php
index 31913a07..8b77f786 100644
--- a/lib/class/democratic.class.php
+++ b/lib/class/democratic.class.php
@@ -344,7 +344,7 @@ class Democratic extends Tmp_Playlist {
*/
public function add_vote($items) {
- /* Itterate through the objects if no vote, add to playlist and vote */
+ /* Iterate through the objects if no vote, add to playlist and vote */
foreach ($items as $element) {
$type = array_shift($element);
$object_id = array_shift($element);