]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/chat/class_Chatter.php
Fixed a typo, added an assert()
[hub.git] / application / hub / interfaces / chat / class_Chatter.php
index ee00bc1d80384eecb084331475de94c5e0ff4ff1..80d65a0590d1ea0dcbed29d58de93540144f59dc 100644 (file)
@@ -58,9 +58,9 @@ interface Chatter extends FrameworkInterface {
        function enableIsActive ($isActive = true);
 
        /**
-        * 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
         */
        function isActive ();
 }