aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2025-05-26 07:15:20 +0000
committerstephan <stephan@noemail.net>2025-05-26 07:15:20 +0000
commit45fa2347fe5b80f3f86cc08396141d809b580e9a (patch)
tree549168b3524829890e4187ebdeb84c559c930e4e /src
parenta01b7adb1345b57063c5937fb98ffe6fb89657d9 (diff)
downloadsqlite-45fa2347fe5b80f3f86cc08396141d809b580e9a.tar.gz
sqlite-45fa2347fe5b80f3f86cc08396141d809b580e9a.zip
tclsqlite.c doc typo fix.
FossilOrigin-Name: de0dfac1e5ca9d2661674c20664095386f60c77378311507fcba08111df52b38
Diffstat (limited to 'src')
-rw-r--r--src/tclsqlite.c4
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[] =