aboutsummaryrefslogtreecommitdiff
path: root/src/test_intarray.h
diff options
context:
space:
mode:
authordrh <>2023-06-22 13:01:02 +0000
committerdrh <>2023-06-22 13:01:02 +0000
commitd6c671e626640af933c0a1e73555eaa935ab3a31 (patch)
tree4562debcda0e27a213c6a05c5a4722128ba20bfe /src/test_intarray.h
parentb3d7f1c2db60a94639d0f5be204f947d4e56b475 (diff)
parentd4170ac0ebca587585a6a9be6717852564481b49 (diff)
downloadsqlite-d6c671e626640af933c0a1e73555eaa935ab3a31.tar.gz
sqlite-d6c671e626640af933c0a1e73555eaa935ab3a31.zip
Merge recent trunk enhancements into the octet_length branch.
FossilOrigin-Name: d35c214811aac7dec0000ca2aa77231f74a7963dd0c53cf25a65ade5ef0f8dc0
Diffstat (limited to 'src/test_intarray.h')
-rw-r--r--src/test_intarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_intarray.h b/src/test_intarray.h
index 116e3bdc0..b68233b12 100644
--- a/src/test_intarray.h
+++ b/src/test_intarray.h
@@ -23,7 +23,7 @@
**
** SELECT * FROM table WHERE x IN (?,?,?,...,?);
**
-** And then binding indivdual integers to each of ? slots, a C-language
+** And then binding individual integers to each of ? slots, a C-language
** application can create an intarray object (named "ex1" in the following
** example), prepare a statement like this:
**