From: Roland Häder Date: Sat, 19 May 2012 14:09:47 +0000 (+0000) Subject: Typo fixed :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=731de3888b9c42e05c4cf1fe9028311937754480;p=hub.git Typo fixed :( --- diff --git a/application/hub/main/pools/peer/class_DefaultPeerPool.php b/application/hub/main/pools/peer/class_DefaultPeerPool.php index 6968fc2a9..e4c1c1897 100644 --- a/application/hub/main/pools/peer/class_DefaultPeerPool.php +++ b/application/hub/main/pools/peer/class_DefaultPeerPool.php @@ -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);