1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Update sessions branch with latest changes from trunk.

FossilOrigin-Name: 01c84fd391a0ca1f5245c7eff0644d0cc6cff86b
This commit is contained in:
dan
2012-01-14 13:50:12 +00:00
38 changed files with 544 additions and 269 deletions

View File

@ -40,7 +40,7 @@ typedef struct porter_tokenizer {
} porter_tokenizer;
/*
** Class derived from sqlit3_tokenizer_cursor
** Class derived from sqlite3_tokenizer_cursor
*/
typedef struct porter_tokenizer_cursor {
sqlite3_tokenizer_cursor base;