From: Roland Häder Date: Thu, 21 Feb 2013 23:50:27 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8312368bae3672d53ba85847633c649bfc3ab6cc;p=hub.git Typo fixed --- diff --git a/application/hub/main/recipient/dht/class_DhtRecipient.php b/application/hub/main/recipient/dht/class_DhtRecipient.php index df06656eb..976ef268c 100644 --- a/application/hub/main/recipient/dht/class_DhtRecipient.php +++ b/application/hub/main/recipient/dht/class_DhtRecipient.php @@ -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); } }