From a8d2be045cfbec6c7cd3b2dd07d4e703465bf627 Mon Sep 17 00:00:00 2001 From: Triplelexx Date: Thu, 1 Feb 2018 07:09:24 +0000 Subject: [PATCH] fix typos --- libraries/entities/src/EntityScriptServerLogClient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/entities/src/EntityScriptServerLogClient.cpp b/libraries/entities/src/EntityScriptServerLogClient.cpp index 4405af5b1b..5853c9585e 100644 --- a/libraries/entities/src/EntityScriptServerLogClient.cpp +++ b/libraries/entities/src/EntityScriptServerLogClient.cpp @@ -51,9 +51,9 @@ void EntityScriptServerLogClient::enableToEntityServerScriptLog(bool enable) { if (_subscribed != enable) { if (enable) { - emit receivedNewLogLines("====================== Subscribded to the Entity Script Server's log ======================"); + emit receivedNewLogLines("====================== Subscribed to the Entity Script Server's log ======================"); } else { - emit receivedNewLogLines("==================== Unsubscribded from the Entity Script Server's log ===================="); + emit receivedNewLogLines("==================== Unsubscribed from the Entity Script Server's log ===================="); } } _subscribed = enable;