From e2e172e10d05be91d9bf848ad1478165c843e889 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Sun, 14 Sep 2014 19:08:14 +0200 Subject: [PATCH] Fixed typo. --- source/grid/tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 40fc7303e6..9c4f2e2f35 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -4397,7 +4397,7 @@ namespace internal // Now we always ask the cell itself where to put // the new point. The cell in turn will query the - // maifold object internally. + // manifold object internally. triangulation.vertices[next_unused_vertex] = cell->center(true); -- 2.39.5