From 8312368bae3672d53ba85847633c649bfc3ab6cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 21 Feb 2013 23:50:27 +0000 Subject: [PATCH] Typo fixed --- application/hub/main/recipient/dht/class_DhtRecipient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.39.2