]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php
Also this was badly named (missed 's')
[hub.git] / application / hub / main / template / answer / dht / class_XmlDhtBootstrapAnswerTemplateEngine.php
index dc45558e3b64e5acdad9dc1b362af394b310d26d..485c53419ab0edf7ab35f0227a6d7018051f036d 100644 (file)
@@ -191,21 +191,21 @@ class XmlDhtBootstrapAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im
        }
 
        /**
-        * Starts the dht-node-list
+        * Starts the dht-nodes-list
         *
         * @return      void
         */
-       protected function startDhtNodeList () {
+       protected function startDhtNodesList () {
                // Push the node name on the stacker
                $this->getStackerInstance()->pushNamed('node_dht_bootstrap_answer', self::DHT_BOOTSTRAP_DATA_NODE_LIST);
        }
 
        /**
-        * Finishes the dht-node-list
+        * Finishes the dht-nodes-list
         *
         * @return      void
         */
-       protected function finishDhtNodeList () {
+       protected function finishDhtNodesList () {
                // Pop the last entry
                $this->getStackerInstance()->popNamed('node_dht_bootstrap_answer');
        }