]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/class_BaseList.php
Typo fixed
[hub.git] / 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);