From: Roland Haeder Date: Thu, 11 Jun 2015 05:19:12 +0000 (+0200) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=39306b3566cb966740e35c99869aedcd37a8a1c9;p=hub.git Typo fixed Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/nodes/class_BaseHubNode.php b/application/hub/main/nodes/class_BaseHubNode.php index 6f44a1177..1dff70eea 100644 --- a/application/hub/main/nodes/class_BaseHubNode.php +++ b/application/hub/main/nodes/class_BaseHubNode.php @@ -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(); }