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

Fix harmless typo in a comment.

FossilOrigin-Name: 6937986a687e4afea39168702f3a29aef0d60cebff024edab30d1aecfe159065
This commit is contained in:
drh
2023-06-15 15:43:08 +00:00
parent 0c04f2e576
commit 733ef7e8e6
3 changed files with 8 additions and 8 deletions

View File

@ -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);