From 76b84e3eee385a8bdc9f0dbb05ba0c33c3c67ec2 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sun, 29 Aug 2021 12:17:54 +0200 Subject: [PATCH] Typing error --- test/de/inetsoftware/jwebassembly/ScriptEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,