Fix typo.

This commit is contained in:
Michael Jumper
2013-12-18 10:09:13 -08:00
parent 34916e1752
commit ba972d3949

View File

@@ -557,7 +557,7 @@ Guacamole.Keyboard = function(element) {
// By default, we expect a corresponding keypress event
var expect_keypress = true;
// If key is known from keycode, or this browse supports DOM3 key
// If key is known from keycode, or this browser supports DOM3 key
// events, prevent default
if (keysym || e.key)
expect_keypress = false;