diff --git a/test/de/inetsoftware/jwebassembly/ScriptEngine.java b/test/de/inetsoftware/jwebassembly/ScriptEngine.java index f13d258..85e5af0 100644 --- a/test/de/inetsoftware/jwebassembly/ScriptEngine.java +++ b/test/de/inetsoftware/jwebassembly/ScriptEngine.java @@ -31,7 +31,7 @@ public enum ScriptEngine { */ SpiderMonkey, /** - * Convert the text output with the nightly wabt.js (https://github.com/AssemblyScript/wabt.js/) and tun the test + * Convert the text output with the nightly wabt.js (https://github.com/AssemblyScript/wabt.js/) and test it * with nodejs. GC is disabled. */ NodeWat,