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:
@ -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);
|
||||
|
Reference in New Issue
Block a user