aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library_sdl.js')
-rw-r--r--src/library_sdl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_sdl.js b/src/library_sdl.js
index 9e305bec..5797ccec 100644
--- a/src/library_sdl.js
+++ b/src/library_sdl.js
@@ -83,7 +83,7 @@
// solution here is to have a singleIteration() function which is a single loop
// iteration, and from JS to do something like setInterval(_singleIteration, 1/30)
//
-// * SQL_Quit does nothing.
+// * SDL_Quit does nothing.
mergeInto(LibraryManager.library, {
$SDL__deps: ['$Browser'],
@@ -265,7 +265,7 @@ mergeInto(LibraryManager.library, {
},
SDL_Quit: function() {
- print('SQL_Quit called (and ignored)');
+ print('SDL_Quit called (and ignored)');
},
SDL_LockSurface: function(surf) {