From 80d19b7ee3222058faa8bad1238c31bb9629bfbe Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 25 Dec 2014 22:05:48 +0100 Subject: [PATCH] Fixed typo in header file documentation comment. --- include/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index 2bf603d38..a3508ff0d 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -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"