Index: boost/graph/labeled_graph.hpp =================================================================== --- boost/graph/labeled_graph.hpp (revision 81155) +++ boost/graph/labeled_graph.hpp (working copy) @@ -21,7 +21,7 @@ #include // This file implements a utility for creating mappings from arbitrary -// identifers to the vertices of a graph. +// identifiers to the vertices of a graph. namespace boost { @@ -104,7 +104,7 @@ // Tag dispatch on random access containers (i.e., vectors). This function // basically requires a) that Container is vector