aboutsummaryrefslogtreecommitdiff
path: root/packages/idb-bridge/src/tree/b+tree.ts
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-27 23:42:25 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-27 23:42:25 +0200
commit9b89387535cce603f80c9280063ffc7641279143 (patch)
tree1cb9026ead439ea5e5399d3ff38dbdd405ceae3d /packages/idb-bridge/src/tree/b+tree.ts
parent7b87f01968bc712ddd4d33d6a9b37a77c6f6a0ad (diff)
downloadwallet-core-9b89387535cce603f80c9280063ffc7641279143.tar.xz
fix spelling issues
Diffstat (limited to 'packages/idb-bridge/src/tree/b+tree.ts')
-rw-r--r--packages/idb-bridge/src/tree/b+tree.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/idb-bridge/src/tree/b+tree.ts b/packages/idb-bridge/src/tree/b+tree.ts
index a45a98620..abe65e355 100644
--- a/packages/idb-bridge/src/tree/b+tree.ts
+++ b/packages/idb-bridge/src/tree/b+tree.ts
@@ -836,7 +836,7 @@ export default class BTree<K = any, V = any>
/**
* Scans and potentially modifies values for a subsequence of keys.
* Note: the callback `onFound` should ideally be a pure function.
- * Specfically, it must not insert items, call clone(), or change
+ * Specifically, it must not insert items, call clone(), or change
* the collection except via return value; out-of-band editing may
* cause an exception or may cause incorrect data to be sent to
* the callback (duplicate or missed items). It must not cause a