Fixed typo in header file documentation comment.

This commit is contained in:
Philipp Wiesemann 2014-12-25 22:05:48 +01:00
parent 79b3221b0e
commit 80d19b7ee3

View File

@ -542,7 +542,7 @@ extern "C" {
* "#document" - The javascript document object
* "#screen" - the javascript window.screen object
* "#canvas" - the WebGL canvas element
* any other string without a leading # sign apples to the element on the page with that ID.
* any other string without a leading # sign applies to the element on the page with that ID.
*/
#define SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT "SDL_EMSCRIPTEN_KEYBOARD_ELEMENT"