]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/chat/class_BaseNodeChat.php
Don't miss it ... :(
[hub.git] / application / hub / main / chat / class_BaseNodeChat.php
index 99d47ba0bea53700d7349be769ff84dcd6eb7f8b..a1b00441785f04be0c02faac8165bc894dedee7b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -23,7 +23,7 @@
  */
 class BaseNodeChat extends BaseHubSystem {
        /**
-        * Wether this Chatter is active
+        * Whether this Chatter is active
         */
        private $isActive = false;
 
@@ -49,9 +49,9 @@ class BaseNodeChat extends BaseHubSystem {
        }
 
        /**
-        * Determines wether the chatter is active
+        * Determines whether the chatter is active
         *
-        * @return      $isActive       Wether the chatter is active
+        * @return      $isActive       Whether the chatter is active
         */
        public final function isActive () {
                return $this->isActive;