fix typos

This commit is contained in:
Triplelexx 2018-02-01 07:09:24 +00:00
parent 59a088f226
commit a8d2be045c

View file

@ -51,9 +51,9 @@ void EntityScriptServerLogClient::enableToEntityServerScriptLog(bool enable) {
if (_subscribed != enable) { if (_subscribed != enable) {
if (enable) { if (enable) {
emit receivedNewLogLines("====================== Subscribded to the Entity Script Server's log ======================"); emit receivedNewLogLines("====================== Subscribed to the Entity Script Server's log ======================");
} else { } else {
emit receivedNewLogLines("==================== Unsubscribded from the Entity Script Server's log ===================="); emit receivedNewLogLines("==================== Unsubscribed from the Entity Script Server's log ====================");
} }
} }
_subscribed = enable; _subscribed = enable;