From: John Benediktsson Date: Tue, 7 Sep 2010 06:26:14 +0000 (-0700) Subject: listener: fixing typo in docs. X-Git-Tag: 0.97~4257^2~139 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=16c6d4304f770bb8a281a389af188c0884f6a69a listener: fixing typo in docs. --- 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"