diff options
| author | Christian Beier <dontmind@freeshell.org> | 2016-11-18 13:32:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-18 13:32:27 +0100 |
| commit | 93ea516fd175a4f8e6810f183e5fed86489804c0 (patch) | |
| tree | 16ac0353fdea674e9f2d0c164088abcda1931fd0 /webclients | |
| parent | 3df54ce7ce2e126a7e5f88c4ae1f515509abc19b (diff) | |
| parent | 63bc75f24b8a82910f5864d5c3348e284be66ade (diff) | |
| download | libtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.tar.gz libtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.zip | |
Merge pull request #138 from stweil/master
Fix some typos
Diffstat (limited to 'webclients')
| -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); }, |
