From e75732021c0d7e0feb966ea49526697e5719f194 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 22 Mar 2004 07:37:05 +0000 Subject: [PATCH] Fix a typo. Note that teh code is now not used, replaced with native rule, so this should be considered a documentation tweak. [SVN r22541] --- v2/util/order.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/util/order.jam b/v2/util/order.jam index 5ec69369f..80314be33 100644 --- a/v2/util/order.jam +++ b/v2/util/order.jam @@ -101,7 +101,7 @@ class order rule eliminate-unused-constraits ( objects * ) { local result ; - for local c in $(.constraits) + for local c in $(.constraints) { local m = [ MATCH (.*)--(.*) : $(c) ] ; if $(m[1]) in $(objects) && $(m[2]) in $(objects)