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