]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/network/class_NetworkListenIterator.php
A lot 'FooClientBar' classes renamed to 'FooPeerBar' for naming convention, added...
[hub.git] / application / hub / main / iterator / network / class_NetworkListenIterator.php
index 82aae67231be0f014267c9be13e06c5fd754e70a..11c48f5a481bf6eac8943e75142b3da0919ddc99 100644 (file)
@@ -112,7 +112,7 @@ class NetworkListenIterator extends BaseIterator implements Iterator {
         * @return      $isValid        Wether the current entry is there
         */
        public function valid () {
-               // Check for total active clients and if we are not at the end
+               // Check for total active peers and if we are not at the end
                $isValid = ($this->key() < $this->getListInstance()->count());
 
                // Return result