From 16c6d4304f770bb8a281a389af188c0884f6a69a Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 6 Sep 2010 23:26:14 -0700 Subject: [PATCH] listener: fixing typo in docs. --- basis/listener/listener-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/listener/listener-docs.factor b/basis/listener/listener-docs.factor index bb014fef62..34c6c74b3a 100644 --- a/basis/listener/listener-docs.factor +++ b/basis/listener/listener-docs.factor @@ -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\" [ listener ] with-db" -- 2.34.1