aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-prologue.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-api-prologue.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-api-prologue.js')
-rw-r--r--ext/wasm/api/sqlite3-api-prologue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-prologue.js b/ext/wasm/api/sqlite3-api-prologue.js
index 849dfe10f..689c79ae3 100644
--- a/ext/wasm/api/sqlite3-api-prologue.js
+++ b/ext/wasm/api/sqlite3-api-prologue.js
@@ -1838,7 +1838,7 @@ globalThis.sqlite3ApiBootstrap = function sqlite3ApiBootstrap(
/**
Calls either sqlite3_result_error_nomem(), if e is-a
WasmAllocError, or sqlite3_result_error(). In the latter case,
- the second arugment is coerced to a string to create the error
+ the second argument is coerced to a string to create the error
message.
The first argument is a (sqlite3_context*). Returns void.