]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/udp/class_UdpListener.php
Fixed a typo, added an assert()
[hub.git] / application / hub / main / listener / udp / class_UdpListener.php
index 5fac3aa4f882ecf4581902b98c7771d6c1433dda..d3842e0f304bb61fafb6b3996b97aec5d203e0e6 100644 (file)
@@ -185,10 +185,10 @@ class UdpListener extends BaseListener implements Listenable {
        }
 
        /**
-        * Checks wether the listener would accept the given package data array
+        * Checks whether the listener would accept the given package data array
         *
         * @param       $packageData    Raw package data
-        * @return      $accepts                Wether this listener does accept
+        * @return      $accepts                Whether this listener does accept
         */
        function ifListenerAcceptsPackageData (array $packageData) {
                $this->partialStub('This call should not happen. Please report it.');