]> git.mxchange.org Git - hub.git/commitdiff
Typo fixed
authorRoland Häder <roland@mxchange.org>
Sat, 19 May 2012 16:33:48 +0000 (16:33 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 19 May 2012 16:33:48 +0000 (16:33 +0000)
application/hub/main/lists/class_BaseList.php

index c20b2bc9f3c2f54dcfa2c1b64a77e4e7a24f5eb3..cdf4514c1157d3752d78a79f1e78d76c9fb2cdd1 100644 (file)
@@ -268,7 +268,7 @@ class BaseList extends BaseHubSystem implements IteratorAggregate, Countable {
                        $entry2 = crc32($entry['id']) . ':' . count($entry);
                } else {
                        // Unsupported type detected
-                       $this->debugOutut('[' . __METHOD__ . ':' . __LINE__ . ']:  entry type ' . gettype($entry) . ' is unsupported.');
+                       $this->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']:  entry type ' . gettype($entry) . ' is unsupported.');
 
                        // @TODO Extend this somehow?
                        $entry2 = gettype($entry);