]> gitweb.factorcode.org Git - factor.git/commitdiff
listener: fixing typo in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 7 Sep 2010 06:26:14 +0000 (23:26 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 10 Sep 2010 20:22:53 +0000 (13:22 -0700)
basis/listener/listener-docs.factor

index bb014fef62719069029f70e6e4a0bc0737b8a6e4..34c6c74b3a820759f71e242051b6313939057575 100644 (file)
@@ -64,7 +64,7 @@ $nl
 $nl
 "The listener can watch dynamic variables:"
 { $subsections "listener-watch" }
-"Nested listeners can be useful for testing code in other dynamic scopes. For example, when doing database maintanance using the " { $vocab-link "db.tuples" } " vocabulary, it can be useful to start a listener with a database connection:"
+"Nested listeners can be useful for testing code in other dynamic scopes. For example, when doing database maintenance using the " { $vocab-link "db.tuples" } " vocabulary, it can be useful to start a listener with a database connection:"
 { $code
     "USING: db db.sqlite listener ;"
     "\"data.db\" <sqlite-db> [ listener ] with-db"