diff --git a/gui/daemon.js b/gui/daemon.js index c866e782..d3219732 100644 --- a/gui/daemon.js +++ b/gui/daemon.js @@ -85,7 +85,7 @@ daemon.on('end', function(data) { writeDaemonCommand = function(command) { // we use the writingCommand function to update our TCPIP state because we are calling this function a lot - // if socket openend, we are able to run commands + // if socket opened, we are able to run commands if (daemon.readyState == 'open') { //uiMain.setDAEMONconnection('open') daemon.write(command + '\n'); diff --git a/gui/preload-chat.js b/gui/preload-chat.js index da3a228f..25356048 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -595,7 +595,7 @@ update_chat = function(obj) { if (obj.type == 'newchat') { var new_message = `
-

new chat openend - ${timestamp}

+

new chat opened - ${timestamp}

`; } diff --git a/gui/sock.js b/gui/sock.js index ad3eae83..fc442ed6 100644 --- a/gui/sock.js +++ b/gui/sock.js @@ -105,7 +105,7 @@ writeTncCommand = function(command) { //socketLog.info(command) // we use the writingCommand function to update our TCPIP state because we are calling this function a lot - // if socket openend, we are able to run commands + // if socket opened, we are able to run commands diff --git a/gui/src/index.html b/gui/src/index.html index 6dc1f331..d4327610 100644 --- a/gui/src/index.html +++ b/gui/src/index.html @@ -23,7 +23,7 @@