]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/requests/class_NoRequestNodeListAttemptedException.php
Merge branch 'latest-core/crawler'
[hub.git] / application / hub / exceptions / requests / class_NoRequestNodeListAttemptedException.php
index ed58f0d2921e849e734e247147ebb84cb0e1eeea..197a507da2d750d8a597022b3035159291594d62 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -31,7 +31,7 @@ class NoRequestNodeListAttemptedException extends FrameworkException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf('[%s:%d] This node (%s) didn't except a node-list request: %s',
+               $message = sprintf('[%s:%d] This node (%s) did not except a node-list request: %s',
                        $messageData[0]->__toString(),
                        $this->getLine(),
                        $messageData[1]->__toString(),