diff options
author | stephan <stephan@noemail.net> | 2025-05-26 07:15:20 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-05-26 07:15:20 +0000 |
commit | 45fa2347fe5b80f3f86cc08396141d809b580e9a (patch) | |
tree | 549168b3524829890e4187ebdeb84c559c930e4e /src | |
parent | a01b7adb1345b57063c5937fb98ffe6fb89657d9 (diff) | |
download | sqlite-45fa2347fe5b80f3f86cc08396141d809b580e9a.tar.gz sqlite-45fa2347fe5b80f3f86cc08396141d809b580e9a.zip |
tclsqlite.c doc typo fix.
FossilOrigin-Name: de0dfac1e5ca9d2661674c20664095386f60c77378311507fcba08111df52b38
Diffstat (limited to 'src')
-rw-r--r-- | src/tclsqlite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 7675a9125..8c40b8692 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -4044,8 +4044,8 @@ EXTERN int sqlite_Init(Tcl_Interp *interp){ return Sqlite3_Init(interp);} #if defined(TCLSH) /* This is the main routine for an ordinary TCL shell. If there are -** are arguments, run the first argument as a script. Otherwise, -** read TCL commands from standard input +** arguments, run the first argument as a script. Otherwise, read TCL +** commands from standard input */ static const char *tclsh_main_loop(void){ static const char zMainloop[] = |