Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55507 - in trunk: boost/graph libs/graph/test
From: jewillco_at_[hidden]
Date: 2009-08-10 13:51:54


Author: jewillco
Date: 2009-08-10 13:51:53 EDT (Mon, 10 Aug 2009)
New Revision: 55507
URL: http://svn.boost.org/trac/boost/changeset/55507

Log:
Spelling fixes from Michael Hansen
Text files modified:
   trunk/boost/graph/grid_graph.hpp | 6 +++---
   trunk/libs/graph/test/grid_graph_test.cpp | 2 +-
   2 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/boost/graph/grid_graph.hpp
==============================================================================
--- trunk/boost/graph/grid_graph.hpp (original)
+++ trunk/boost/graph/grid_graph.hpp 2009-08-10 13:51:53 EDT (Mon, 10 Aug 2009)
@@ -304,7 +304,7 @@
     // dependent upon dimension wrapping.
     edge_descriptor edge_at(edges_size_type edge_index) const {
 
- // Edge indicies are sorted into bins by dimension
+ // Edge indices are sorted into bins by dimension
       std::size_t dimension_index = 0;
       edges_size_type dimension_edges = num_edges(0);
 
@@ -474,7 +474,7 @@
       return (out_edge_count);
     }
 
- // Returns an out-edge for [vertex] by index. Indicies are in the
+ // Returns an out-edge for [vertex] by index. Indices are in the
     // range [0, out_degree(vertex)).
     edge_descriptor out_edge_at
     (vertex_descriptor vertex,
@@ -522,7 +522,7 @@
       return (out_degree(vertex));
     }
 
- // Returns an in-edge for [vertex] by index. Indicies are in the
+ // Returns an in-edge for [vertex] by index. Indices are in the
     // range [0, in_degree(vertex)).
     edge_descriptor in_edge_at
     (vertex_descriptor vertex,

Modified: trunk/libs/graph/test/grid_graph_test.cpp
==============================================================================
--- trunk/libs/graph/test/grid_graph_test.cpp (original)
+++ trunk/libs/graph/test/grid_graph_test.cpp 2009-08-10 13:51:53 EDT (Mon, 10 Aug 2009)
@@ -85,7 +85,7 @@
     BOOST_REQUIRE(graph.wrapped(dimension_index) == wrapped[dimension_index]);
   }
 
- // Verify matching indicies
+ // Verify matching indices
   for (vertices_size_type vertex_index = 0;
        vertex_index < num_vertices(graph);
        ++vertex_index) {


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