]> gitweb.factorcode.org Git - factor.git/commitdiff
There's only one ell in sqlite.
authorTrent Buck <trentbuck@gmail.com>
Thu, 19 Jan 2006 23:34:50 +0000 (23:34 +0000)
committerTrent Buck <trentbuck@gmail.com>
Thu, 19 Jan 2006 23:34:50 +0000 (23:34 +0000)
contrib/sqlite/load.factor

index ee2f9619e30d88429784d4b1162a70dae57e51f3..028f304cb907c906f24806bfcf876cc655e10f9c 100644 (file)
@@ -1,6 +1,6 @@
 IN: scratchpad
 USING: kernel alien parser compiler words sequences ;
-"sqllite" "libsqlite3" add-simple-library
+"sqlite" "libsqlite3" add-simple-library
 
 { "sqlite" "tuple-db" "test" "tuple-db-tests" }
 [ "contrib/sqlite/" swap ".factor" append3 run-file ] each