diff options
| author | Damian Tarnawski <gthetarnav@gmail.com> | 2023-10-06 17:26:39 +0200 |
|---|---|---|
| committer | Damian Tarnawski <gthetarnav@gmail.com> | 2023-10-06 17:26:39 +0200 |
| commit | 721c9e2c975c2b2e6fdd6bdcc0b87aa09e10e47c (patch) | |
| tree | e61e964b3801c04160df4f22bf81362205ab9e9d | |
| parent | 42c7e39c996960ed13eacb511560795281b869ce (diff) | |
Fix typo
| -rw-r--r-- | vendor/wasm/js/runtime.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/wasm/js/runtime.js b/vendor/wasm/js/runtime.js index 229e33525..e0b5695fd 100644 --- a/vendor/wasm/js/runtime.js +++ b/vendor/wasm/js/runtime.js @@ -1423,7 +1423,7 @@ function odinSetupDefaultImports(wasmMemoryInterface, consoleElement) { wmi.storeI16(off(2), e.button); wmi.storeU16(off(2), e.buttons); } else if (e instanceof KeyboardEvent) { - // Note: those strigs are constructed + // Note: those strings are constructed // on the native side from buffers that // are filled later, so skip them const keyPtr = off(W*2, W); |