diff options
author | drh <> | 2023-06-15 15:43:08 +0000 |
---|---|---|
committer | drh <> | 2023-06-15 15:43:08 +0000 |
commit | 733ef7e8e6020b984712c77e847f4a60bb80f63a (patch) | |
tree | 71bccdb120a444fc6b0e8320ea8dbd8715486835 /test/kvtest.c | |
parent | 0c04f2e57676322b989dc9e91ddc0af250294b55 (diff) | |
download | sqlite-733ef7e8e6020b984712c77e847f4a60bb80f63a.tar.gz sqlite-733ef7e8e6020b984712c77e847f4a60bb80f63a.zip |
Fix harmless typo in a comment.
FossilOrigin-Name: 6937986a687e4afea39168702f3a29aef0d60cebff024edab30d1aecfe159065
Diffstat (limited to 'test/kvtest.c')
-rw-r--r-- | test/kvtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kvtest.c b/test/kvtest.c index 04dc01045..624c80b74 100644 --- a/test/kvtest.c +++ b/test/kvtest.c @@ -161,7 +161,7 @@ static const char zHelp[] = #endif /* -** Show thqe help text and quit. +** Show the help text and quit. */ static void showHelp(void){ fprintf(stdout, "%s", zHelp); |