diff options
Diffstat (limited to 'src/test_intarray.h')
-rw-r--r-- | src/test_intarray.h | 2 |
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: ** |