From a96deb5995a5d67cca1f0ccab2b4372bea71a9da Mon Sep 17 00:00:00 2001 From: Bruno Deferrari <utizoc@gmail.com> Date: Wed, 7 May 2008 17:15:31 -0300 Subject: [PATCH] Fix typo --- extra/qualified/qualified-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/qualified/qualified-docs.factor b/extra/qualified/qualified-docs.factor index c5cb088db3..d62f696a74 100755 --- a/extra/qualified/qualified-docs.factor +++ b/extra/qualified/qualified-docs.factor @@ -23,7 +23,7 @@ HELP: EXCLUDE: { $syntax "EXCLUDE: vocab => words ... ;" } { $description "Imports everything from " { $snippet "vocab" } " excluding " { $snippet "words" } "." } { $examples { $code - "EXCLUDE: math.parser => bin> hex> ; ! imports everythin but bin> and hex>" } } ; + "EXCLUDE: math.parser => bin> hex> ; ! imports everything but bin> and hex>" } } ; HELP: RENAME: { $syntax "RENAME: word vocab => newname " }