Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2008-03-04 12:37:38


Author: vladimir_prus
Date: 2008-03-04 12:37:37 EST (Tue, 04 Mar 2008)
New Revision: 43494
URL: http://svn.boost.org/trac/boost/changeset/43494

Log:
Fixes
Text files modified:
   branches/build/python_port/python/boost/build/build/property.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/build/python_port/python/boost/build/build/property.py
==============================================================================
--- branches/build/python_port/python/boost/build/build/property.py (original)
+++ branches/build/python_port/python/boost/build/build/property.py 2008-03-04 12:37:37 EST (Tue, 04 Mar 2008)
@@ -294,7 +294,7 @@
     # add any missing angle brackets
     features = add_grist (features)
 
- return [p for p in proeprties if get_grist(p) in features]
+ return [p for p in properties if get_grist(p) in features]
 
 def validate_property_sets (sets):
     for s in sets:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk