X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fiterator%2Fnetwork%2Fclass_NetworkListenIterator.php;fp=application%2Fhub%2Fmain%2Fiterator%2Fnetwork%2Fclass_NetworkListenIterator.php;h=11c48f5a481bf6eac8943e75142b3da0919ddc99;hb=3cdf3e24c3e85f8f98c5e0522d65d9a29ace1e0e;hp=82aae67231be0f014267c9be13e06c5fd754e70a;hpb=2efc7a1a33e9c7112100e7807c62de448d97e8f1;p=hub.git diff --git a/application/hub/main/iterator/network/class_NetworkListenIterator.php b/application/hub/main/iterator/network/class_NetworkListenIterator.php index 82aae6723..11c48f5a4 100644 --- a/application/hub/main/iterator/network/class_NetworkListenIterator.php +++ b/application/hub/main/iterator/network/class_NetworkListenIterator.php @@ -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