diff options
Diffstat (limited to 'ext/misc/btreeinfo.c')
-rw-r--r-- | ext/misc/btreeinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/btreeinfo.c b/ext/misc/btreeinfo.c index 02f8c0319..9c726f5f1 100644 --- a/ext/misc/btreeinfo.c +++ b/ext/misc/btreeinfo.c @@ -49,7 +49,7 @@ ** USAGE EXAMPLES: ** ** Show the table btrees in a schema order with the tables with the most -** rows occuring first: +** rows occurring first: ** ** SELECT name, nEntry ** FROM sqlite_btreeinfo |