#303: Typo fixes from mathnerd314
[supertux.git] / src / scripting / functions.hpp
index afa649a..34e5df9 100644 (file)
@@ -31,7 +31,7 @@ namespace Scripting
 {
 
 /**
- * Display the value of the argument. This is usefull for inspecting tables.
+ * Display the value of the argument. This is useful for inspecting tables.
  */
 SQInteger display(HSQUIRRELVM vm) __custom;