summaryrefslogtreecommitdiffstats
path: root/lib/class/dba.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/dba.class.php
parenta80c969202e73380e2188ee7ccbb04a1eaf79f20 (diff)
downloadampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.gz
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.tar.bz2
ampache-101f4a047ab7a5cb0c00f6a34959fb5edda8aa4c.zip
Cosmetics: s/Itterate/Iterate/
Diffstat (limited to 'lib/class/dba.class.php')
-rw-r--r--lib/class/dba.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/dba.class.php b/lib/class/dba.class.php
index 6469b692..11898604 100644
--- a/lib/class/dba.class.php
+++ b/lib/class/dba.class.php
@@ -487,7 +487,7 @@ class Dba {
$sql = "ALTER TABLE `" . $row['0'] . "` DEFAULT CHARACTER SET $target_charset COLLATE $target_collation";
$alter_table = Dba::write($sql);
- // Itterate through the columns of the table
+ // Iterate through the columns of the table
while ($table = Dba::fetch_assoc($describe_results)) {
if (
(strpos($table['Type'], 'varchar') !== false) ||