From: Roland Häder Date: Sat, 19 May 2012 16:33:48 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b97d94ffda097f27d61dd54777144920b6909ec;p=hub.git Typo fixed --- diff --git a/application/hub/main/lists/class_BaseList.php b/application/hub/main/lists/class_BaseList.php index c20b2bc9f..cdf4514c1 100644 --- a/application/hub/main/lists/class_BaseList.php +++ b/application/hub/main/lists/class_BaseList.php @@ -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);