From 3f5ac1b1a1ccee9ed34543d65b0dc221a8cdaad5 Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Mon, 28 Apr 2003 02:44:37 +0000 Subject: [PATCH] Fixed typo. [SVN r1229] --- include/boost/iterator/detail/categories.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator/detail/categories.hpp b/include/boost/iterator/detail/categories.hpp index 9f00f18..55f1b04 100644 --- a/include/boost/iterator/detail/categories.hpp +++ b/include/boost/iterator/detail/categories.hpp @@ -276,7 +276,7 @@ namespace boost // // For compilers not supporting is_convertible this only // works with the new boost return and traversal category - // types. The exect boost _types_ are required. No derived types + // types. The exact boost _types_ are required. No derived types // will work. // //