From 4358dd9c8abb570dd622278d74fd4924ce63c28a Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Sun, 10 Apr 2022 13:20:58 -0400 Subject: [PATCH] Correcting some typos. --- gui/daemon.js | 2 +- gui/preload-chat.js | 2 +- gui/sock.js | 2 +- gui/src/index.html | 20 ++++++++++---------- test/test_multimode_tx.py | 2 +- test/test_rx.py | 2 +- tnc/data_handler.py | 4 ++-- tnc/main.py | 2 +- tnc/rig.py | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) 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 @@