Fix some typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
pull/1/head
Stefan Weil 8 years ago
parent 532789f494
commit 63bc75f24b

@ -582,7 +582,7 @@ listenerRun(void *data)
socklen_t len; socklen_t len;
fd_set listen_fds; /* temp file descriptor list for select() */ fd_set listen_fds; /* temp file descriptor list for select() */
/* TODO: this thread wont die by restarting the server */ /* TODO: this thread won't die by restarting the server */
/* TODO: HTTP is not handled */ /* TODO: HTTP is not handled */
while (1) { while (1) {
client_fd = -1; client_fd = -1;

@ -76,7 +76,7 @@ var Display;
} }
if (this._prefer_js === null) { if (this._prefer_js === null) {
Util.Info("Prefering javascript operations"); Util.Info("Preferring javascript operations");
this._prefer_js = true; this._prefer_js = true;
} }

@ -883,7 +883,7 @@ var UI;
$D('showKeyboard').className = "noVNC_status_button"; $D('showKeyboard').className = "noVNC_status_button";
//Weird bug in iOS if you change keyboardVisible //Weird bug in iOS if you change keyboardVisible
//here it does not actually occur so next time //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); UI.hideKeyboardTimeout = setTimeout(function() { UI.setKeyboard(); },100);
}, },

Loading…
Cancel
Save