summaryrefslogtreecommitdiffstats
path: root/admin/catalog.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 /admin/catalog.php
parenta80c969202e73380e2188ee7ccbb04a1eaf79f20 (diff)
downloadampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.gz
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.bz2
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.zip
Cosmetics: s/Itterate/Iterate/
Diffstat (limited to 'admin/catalog.php')
-rw-r--r--admin/catalog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/catalog.php b/admin/catalog.php
index 936b39a8..8908201f 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -299,7 +299,7 @@ switch ($_REQUEST['action']) {
$catalogs = $_REQUEST['catalogs'] ? $_REQUEST['catalogs'] : Catalog::get_catalogs();
- // Itterate throught the catalogs and gather as needed
+ // Iterate throught the catalogs and gather as needed
foreach ($catalogs as $catalog_id) {
$catalog = new Catalog($catalog_id);
require Config::get('prefix') . '/templates/show_gather_art.inc.php';