Typo fixed
authorRoland Häder <roland@mxchange.org>
Thu, 21 Feb 2013 23:50:27 +0000 (23:50 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 21 Feb 2013 23:50:27 +0000 (23:50 +0000)
application/hub/main/recipient/dht/class_DhtRecipient.php

index df06656eb402ddb3783621313a0eab558e65cb08..976ef268c5107e2be63a6bb26ed9b5fc48a89fd1 100644 (file)
@@ -58,7 +58,7 @@ class DhtRecipient extends BaseRecipient implements Recipient {
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
-               assert($recipient == NetworkPacke::NETWORK_TARGET_DHT);
+               assert($recipient == NetworkPackage::NETWORK_TARGET_DHT);
                $this->partialStub('Please implement this method. recipient=' . $recipient);
        }
 }