Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67723 - trunk/libs/graph/src
From: jewillco_at_[hidden]
Date: 2011-01-06 11:25:08


Author: jewillco
Date: 2011-01-06 11:24:56 EST (Thu, 06 Jan 2011)
New Revision: 67723
URL: http://svn.boost.org/trac/boost/changeset/67723

Log:
Fixed typo
Text files modified:
   trunk/libs/graph/src/read_graphviz_new.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/src/read_graphviz_new.cpp
==============================================================================
--- trunk/libs/graph/src/read_graphviz_new.cpp (original)
+++ trunk/libs/graph/src/read_graphviz_new.cpp 2011-01-06 11:24:56 EST (Thu, 06 Jan 2011)
@@ -718,7 +718,7 @@
               std::string rhs = "true";
               if (peek().type == token::equal) {
                 get();
- if (peek().type != token::identifier) error("Wanted identifier as value of attributed");
+ if (peek().type != token::identifier) error("Wanted identifier as value of attribute");
                 rhs = get().normalized_value;
               }
               props[lhs] = rhs;


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