From 09b26aa5555bc1762db3173c5e472587b1676b74 Mon Sep 17 00:00:00 2001 From: Peter Hachenberger Date: Sat, 28 Mar 2009 15:27:58 +0000 Subject: [PATCH] removed grammatical error in comment --- .../examples/Convex_decomposition_3/list_of_convex_parts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convex_decomposition_3/examples/Convex_decomposition_3/list_of_convex_parts.cpp b/Convex_decomposition_3/examples/Convex_decomposition_3/list_of_convex_parts.cpp index 5c73dda5eee..73370125aad 100644 --- a/Convex_decomposition_3/examples/Convex_decomposition_3/list_of_convex_parts.cpp +++ b/Convex_decomposition_3/examples/Convex_decomposition_3/list_of_convex_parts.cpp @@ -38,7 +38,7 @@ int main() { CGAL::convex_decomposition_3(N); std::list convex_parts; - // the first volumes is the outer volume, which is + // the first volume is the outer volume, which is // ignored in the decomposition Volume_const_iterator ci = ++N.volumes_begin(); for( ; ci != N.volumes_end(); ++ci) {