From d3f4a33fc7fa523a9222ba647fce3c36dae86af8 Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Fri, 27 Nov 2009 09:35:35 +0000 Subject: [PATCH] Corrected some spelling mistakes git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@245 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/tutorial_07b.docu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/tutorial_07b.docu b/Doc/tutorial_07b.docu index 07fa194a..e8968f82 100644 --- a/Doc/tutorial_07b.docu +++ b/Doc/tutorial_07b.docu @@ -16,9 +16,9 @@ The struct which defines the mesh traits then looks like this: \until }; After having created the geometry of the cube one can delete faces and vertices -by simply calling delete_vertices() (delete_faces() or delete_edges() respectiely). +by simply calling delete_vertices() (delete_faces() or delete_edges() respectively). -In this example we delete all faces excpet one and the corresponding vertices. +In this example we delete all faces except one and the corresponding vertices. The code looks like this \dontinclude delete_geometry.cc @@ -36,4 +36,4 @@ The full source code of the example: \include delete_geometry.cc -**/ \ No newline at end of file +**/