Typo fixed
authorRoland Haeder <roland@mxchange.org>
Thu, 11 Jun 2015 05:19:12 +0000 (07:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 11 Jun 2015 05:19:12 +0000 (07:19 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
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();
        }