]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_SocketAlreadyRegisteredException.php
Updated domain without a dash :(
[core.git] / inc / classes / exceptions / socket / class_SocketAlreadyRegisteredException.php
index 39b334f7fa5385d14d8b7e8772f0e78eed0f21dc..32f71ad3268eb41f72977e7e1c4caecc23b91899 100644 (file)
@@ -3,11 +3,11 @@
  * This exception is thrown if the socket is already registered in a matching
  * socket registry.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ class SocketAlreadyRegisteredException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Socket %s is already registered.",
+               $message = sprintf('[%s:] Socket %s is already registered.',
                        $messageData[0]->__toString(),
                        $messageData[1]
                );