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 +**/