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

Doc typo fix.

FossilOrigin-Name: 10b917040b167de6aba6ee434b4e982580e690bbfe80521e34236b29d8e00b7d
This commit is contained in:
stephan
2025-04-12 18:37:53 +00:00
parent 807186f1d3
commit 6b0429676e
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# teaish.tcl configure script extension for the SQLite TCL extension
# Teaish configure script extension for the SQLite TCL extension
define TEAISH_NAME sqlite
define TEAISH_PKGNAME sqlite3
@ -64,8 +64,8 @@ proc teaish-options {} {
}
#
# Gets called by tea-configure. Must perform any configuration work
# needed for this extension.
# Gets called by tea-configure-core. Must perform any configuration
# work needed for this extension.
#
proc teaish-configure {} {
uplevel 1 {use teaish-feature-tests}