diff options
author | stephan <stephan@noemail.net> | 2025-02-02 12:15:25 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-02-02 12:15:25 +0000 |
commit | 14613b1b1d9ef977229a9b8279e54c569469d2a9 (patch) | |
tree | 0fc68ce169067daeee6b10e595a38d08da0b681f /ext/wasm/common/whwasmutil.js | |
parent | c49bfdbbee49c6a877d585ec08da131e2814730f (diff) | |
download | sqlite-14613b1b1d9ef977229a9b8279e54c569469d2a9.tar.gz sqlite-14613b1b1d9ef977229a9b8279e54c569469d2a9.zip |
URL typo fix in code comments. No code changes.
FossilOrigin-Name: 002a123094e4ef14eb5ec28033adca6083ba2717e1eaa23e80595e37a947e6c2
Diffstat (limited to 'ext/wasm/common/whwasmutil.js')
-rw-r--r-- | ext/wasm/common/whwasmutil.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/common/whwasmutil.js b/ext/wasm/common/whwasmutil.js index de0f66787..509d33b37 100644 --- a/ext/wasm/common/whwasmutil.js +++ b/ext/wasm/common/whwasmutil.js @@ -170,7 +170,7 @@ More specifically: - https://fossil.wanderinghorse.net/r/jaccwabbyt/file/common/whwasmutil.js + https://fossil.wanderinghorse.net/r/jaccwabyt/file/common/whwasmutil.js */ globalThis.WhWasmUtilInstaller = function(target){ 'use strict'; |