]> git.mxchange.org Git - hub.git/commitdiff
Typos from copy-paste ('chat' was the source) fixed.
authorRoland Haeder <roland@mxchange.org>
Sat, 3 May 2014 20:13:34 +0000 (22:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 3 May 2014 20:13:34 +0000 (22:13 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/filter/bootstrap/crawler/class_CrawlerBootstrapGenericActivationFilter.php
application/hub/main/filter/shutdown/crawler/class_CrawlerShutdownFilter.php

index 571ef3b9c2770fbf648f6094005ccfbd7c25036e..cfe1b0d2071a2e23d879c1e69078dd31f564ac44 100644 (file)
@@ -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.');
        }
 }
 
index e7241bfa5280c90c952bd0a15999c6f649ee59bb..97f48da7ab69ea06b53204569c8c0c099ea7c9d0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
- * A shutdown filter for shutting down the crawler console. This filter should be
- * the last one in 'shutdown' chain so the crawler is shutted down at the very end
+ * A shutdown filter for shutting down the crawler. This filter should be the
+ * last one in 'shutdown' chain so the crawler is shutted down at the very end
  * of its life...
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>