From eb86d88dd4f2f9fd6ad9dd76d2a61084fc99d75f Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 9 Dec 2008 16:40:32 -0800 Subject: [PATCH] Fix typo in math.binpack-docs. --- extra/math/binpack/binpack-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/math/binpack/binpack-docs.factor b/extra/math/binpack/binpack-docs.factor index 36a29c7aa1..d995cab59d 100644 --- a/extra/math/binpack/binpack-docs.factor +++ b/extra/math/binpack/binpack-docs.factor @@ -15,5 +15,5 @@ HELP: binpack* HELP: binpack! { $values { "items" sequence } { "quot" quotation } { "n" "number of bins" } { "bins" "packed bins" } } -{ $description "Packs a sequence of items into the specified number of bins, using the quotatino to determine the weight." } ; +{ $description "Packs a sequence of items into the specified number of bins, using the quotation to determine the weight." } ;