]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_BaseHubNode.php
Typo fixed
[hub.git] / application / hub / main / nodes / class_BaseHubNode.php
index 6f44a1177c883cddb669c5e4ddd0ac62603fac0f..1dff70eea9b166becf1ecf95f0b33ebb619caec0 100644 (file)
@@ -314,7 +314,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable, AddableCriteria {
                // Output message
                self::createDebugInstance(__CLASS__)->debugOutput('BOOTSTRAP: Created new session-id: ' . $this->getSessionId() . '');
 
-               // Change the state because the node has auired a hub id
+               // Change the state because the node has aquired a session id
                $this->getStateInstance()->nodeGeneratedSessionId();
        }