]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/statistics/connection/class_ConnectionStatisticsHelper.php
Fixed a typo, added an assert()
[hub.git] / application / hub / main / statistics / connection / class_ConnectionStatisticsHelper.php
index 2a448e3e180e04bdac45abe6acf8af34f61a5197..4e42fe89c94a9a6319b1ab6d8b0398ac7e016ab3 100644 (file)
@@ -50,11 +50,11 @@ class ConnectionStatisticsHelper extends BaseHubSystem {
        }
 
        /**
-        * Checks wether the retry count has reached a configured limit for given
+        * Checks whether the retry count has reached a configured limit for given
         * connection.
         *
         * @param       $helperInstance         An instance of a ConnectionHelper class
-        * @return      $isExhausted            Wether the retry count has been reached
+        * @return      $isExhausted            Whether the retry count has been reached
         */
        public static function isConnectRetryExhausted (ConnectionHelper $helperInstance) {
                //* NOISY-DEBUG: */ $helperInstance->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: helperInstance=' . $helperInstance->__toString() . ' - ENTERED!');