#303: Typo fixes from mathnerd314
[supertux.git] / src / scripting / squirrel_util.cpp
index 5f2e3f3..e25887d 100644 (file)
@@ -92,7 +92,7 @@ void init_squirrel(bool enable_debugger)
   // register supertux API
   register_supertux_wrapper(global_vm);
 
-  // TODO remove this at some point... it shoud just be functions not an object
+  // TODO remove this at some point... it should just be functions not an object
   expose_object(global_vm, -1, new Scripting::Level(), "Level", true);
 
   sq_pop(global_vm, 1);