diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 20:24:34 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 21:46:00 -0500 |
commit | 101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c (patch) | |
tree | cd9cb74ddb01751937fd21851a0f5b5d84420d3e /lib/class/democratic.class.php | |
parent | a80c969202e73380e2188ee7ccbb04a1eaf79f20 (diff) | |
download | ampache-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.php | 2 |
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); |