From: Roland Haeder Date: Sat, 3 May 2014 20:13:34 +0000 (+0200) Subject: Typos from copy-paste ('chat' was the source) fixed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4f1e3fd937f93d878c18218f36c3c308b1cc06f;p=hub.git Typos from copy-paste ('chat' was the source) fixed. Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/filter/bootstrap/crawler/class_CrawlerBootstrapGenericActivationFilter.php b/application/hub/main/filter/bootstrap/crawler/class_CrawlerBootstrapGenericActivationFilter.php index 571ef3b9c..cfe1b0d20 100644 --- a/application/hub/main/filter/bootstrap/crawler/class_CrawlerBootstrapGenericActivationFilter.php +++ b/application/hub/main/filter/bootstrap/crawler/class_CrawlerBootstrapGenericActivationFilter.php @@ -61,7 +61,7 @@ class CrawlerBootstrapGenericActivationFilter extends BaseCrawlerFilter implemen $crawlerInstance->enableIsActive(); // Debug message - self::createDebugInstance(__CLASS__)->debugOutput('BOOTSTRAP: The crawler console has been activated.'); + self::createDebugInstance(__CLASS__)->debugOutput('BOOTSTRAP: The crawler has been activated.'); } } diff --git a/application/hub/main/filter/shutdown/crawler/class_CrawlerShutdownFilter.php b/application/hub/main/filter/shutdown/crawler/class_CrawlerShutdownFilter.php index e7241bfa5..97f48da7a 100644 --- a/application/hub/main/filter/shutdown/crawler/class_CrawlerShutdownFilter.php +++ b/application/hub/main/filter/shutdown/crawler/class_CrawlerShutdownFilter.php @@ -1,7 +1,7 @@