diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-11-18 08:23:11 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-11-18 08:23:11 +0100 |
commit | 63bc75f24b8a82910f5864d5c3348e284be66ade (patch) | |
tree | 16ac0353fdea674e9f2d0c164088abcda1931fd0 /webclients/novnc | |
parent | 532789f4944449583bb3ab7545f3629b42a617ea (diff) | |
download | libtdevnc-63bc75f24b8a82910f5864d5c3348e284be66ade.tar.gz libtdevnc-63bc75f24b8a82910f5864d5c3348e284be66ade.zip |
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'webclients/novnc')
-rw-r--r-- | webclients/novnc/include/display.js | 2 | ||||
-rw-r--r-- | webclients/novnc/include/ui.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webclients/novnc/include/display.js b/webclients/novnc/include/display.js index a42b854..e255683 100644 --- a/webclients/novnc/include/display.js +++ b/webclients/novnc/include/display.js @@ -76,7 +76,7 @@ var Display; } if (this._prefer_js === null) { - Util.Info("Prefering javascript operations"); + Util.Info("Preferring javascript operations"); this._prefer_js = true; } diff --git a/webclients/novnc/include/ui.js b/webclients/novnc/include/ui.js index 4748ff0..50bbfcb 100644 --- a/webclients/novnc/include/ui.js +++ b/webclients/novnc/include/ui.js @@ -883,7 +883,7 @@ var UI; $D('showKeyboard').className = "noVNC_status_button"; //Weird bug in iOS if you change keyboardVisible //here it does not actually occur so next time - //you click keyboard icon it doesnt work. + //you click keyboard icon it doesn't work. UI.hideKeyboardTimeout = setTimeout(function() { UI.setKeyboard(); },100); }, |