From a27ad24823892db2a32dd3480c8e80197817bbbd Mon Sep 17 00:00:00 2001 From: Owen D'Aprile Date: Mon, 25 Jan 2021 20:00:28 -0500 Subject: Fix spelling error in web interface --- web/share/js/kvm/hid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/share') diff --git a/web/share/js/kvm/hid.js b/web/share/js/kvm/hid.js index 0de2a7b2..4b4324bc 100644 --- a/web/share/js/kvm/hid.js +++ b/web/share/js/kvm/hid.js @@ -197,7 +197,7 @@ export function Hid() { let text = $("hid-pak-text").value.replace(/[^\x00-\x7F]/g, ""); // eslint-disable-line no-control-regex if (text) { let confirm_msg = ` - You're goint to paste ${text.length} characters.
+ You're going to paste ${text.length} characters.
Are you sure you want to continue? `; -- cgit v1.2.3