]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php
Added message type to messageData array for easier handling, some comments improved
[hub.git] / application / hub / main / database / wrapper / node / class_NodeListDatabaseWrapper.php
index 9cab290b48428afdbb8516f954c10aad13efe6c9..4d0dfe0f9aff6cefb6e7030115472251cd149081 100644 (file)
@@ -85,7 +85,7 @@ class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements NodeListWra
 
                        // Which protocol?
                        switch ($protocol) {
-                               case NetworkPackage::PROTOCOL_TCP: // Transmission Control Procol has been used
+                               case NetworkPackage::PROTOCOL_TCP: // Transmission Control Protocol has been used
                                        $recipientPort = $this->getField('node_' . XmlAnnouncementTemplateEngine::ANNOUNCEMENT_DATA_TCP_PORT);
                                        break;