X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=typescript_strings.py;h=c8fcfc93c1a92f579483a43b4a8c987721b7d466;hb=45accdbc29db69da15f49ea8dea671a4bfbf895b;hp=1e6b1e80cc8412381ce3554fb558e589cba05eec;hpb=8f0f1dd27c9618e8c97d95f7513ab6607385639d;p=ldk-java diff --git a/typescript_strings.py b/typescript_strings.py index 1e6b1e80..c8fcfc93 100644 --- a/typescript_strings.py +++ b/typescript_strings.py @@ -107,7 +107,7 @@ async function finishInitializeWasm(wasmInstance: WebAssembly.Instance) { } if (decodeString(wasm.TS_get_lib_version_string()) !== version.get_ldk_java_bindings_version()) - throw new Error(\"Compiled LDK library and LDK class failes do not match\"); + throw new Error(\"Compiled LDK library and LDK class files do not match\"); // Fetching the LDK versions from C also checks that the header and binaries match const c_bindings_ver: number = wasm.TS_get_ldk_c_bindings_version(); const ldk_ver: number = wasm.TS_get_ldk_version();