]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/peer/class_DefaultPeerPool.php
Typo fixed :(
[hub.git] / application / hub / main / pools / peer / class_DefaultPeerPool.php
index 6968fc2a902fd1a65861e63487c9a7d6aeecf9c8..e4c1c18972d19ab063c20d038032211a524936d9 100644 (file)
@@ -131,7 +131,7 @@ class DefaultPeerPool extends BasePool implements PoolablePeer {
                $registryInstance = SocketRegistryFactory::createSocketRegistryInstance();
 
                // Register the socket with the registry and with a half-fake array
-               $registryInstance->registerSocket($this->getListenerInstane(), $socketResource, $packageData);
+               $registryInstance->registerSocket($this->getListenerInstance(), $socketResource, $packageData);
 
                // Add it finally to the pool
                $this->addPoolEntry($socketResource);