aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-05-18 15:21:45 +0000
committerstephan <stephan@noemail.net>2024-05-18 15:21:45 +0000
commit79dac84b315ced19266d55f769341782f429e6b4 (patch)
tree729ad11dbcdf70e9d00e834a955542841b4f4fa0 /ext/wasm/api/sqlite3-worker1-promiser.c-pp.js
parentb834f629ccdea6452d92f9bfcf41c24a833a6dbd (diff)
downloadsqlite-79dac84b315ced19266d55f769341782f429e6b4.tar.gz
sqlite-79dac84b315ced19266d55f769341782f429e6b4.zip
JS error message and doc typos reported in the forum. No code changes.
FossilOrigin-Name: 1a073f9acfb691eebf4a8cc78a72ff47ebbb6aba4acede6755fa3faefae48f2b
Diffstat (limited to 'ext/wasm/api/sqlite3-worker1-promiser.c-pp.js')
-rw-r--r--ext/wasm/api/sqlite3-worker1-promiser.c-pp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js b/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js
index 8cfc70937..55e497ead 100644
--- a/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js
+++ b/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js
@@ -207,7 +207,7 @@ globalThis.sqlite3Worker1Promiser = function callee(config = callee.defaultConfi
msg.args = arguments[1];
msg.dbId = msg.args.dbId;
}else{
- toss("Invalid arugments for sqlite3Worker1Promiser()-created factory.");
+ toss("Invalid arguments for sqlite3Worker1Promiser()-created factory.");
}
if(!msg.dbId && msg.type!=='open') msg.dbId = dbId;
msg.messageId = genMsgId(msg);