Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52219 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2009-04-06 13:09:52


Author: jewillco
Date: 2009-04-06 13:09:50 EDT (Mon, 06 Apr 2009)
New Revision: 52219
URL: http://svn.boost.org/trac/boost/changeset/52219

Log:
Fixed spelling
Text files modified:
   trunk/libs/graph/test/Jamfile.v2 | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/test/Jamfile.v2
==============================================================================
--- trunk/libs/graph/test/Jamfile.v2 (original)
+++ trunk/libs/graph/test/Jamfile.v2 2009-04-06 13:09:50 EDT (Mon, 06 Apr 2009)
@@ -114,11 +114,11 @@
 # Run SDB tests only when -sSDB= is set.
 if [ modules.peek : SDB ] != ""
 {
- local SDB_DEPENDCIES =
+ local SDB_DEPENDENCIES =
         <include>$(SGB) <library-file>$(SGB)/libgb.a ;
 
     compile stanford_graph_cc.cpp
- $(SDB_DEPENDCIES) ;
+ $(SDB_DEPENDENCIES) ;
 }
 
 # Run LEDA tests only when -sLEDA= is set.


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