]> git.mxchange.org Git - hub.git/commitdiff
Also this was badly named (missed 's')
authorRoland 'Quix0r' Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 22:08:39 +0000 (23:08 +0100)
committerRoland 'Quix0r' Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:18:26 +0000 (00:18 +0100)
Signed-off-by: Roland 'Quix0r' Haeder <roland@mxchange.org>
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');
        }