From: Luca Heltai Date: Sun, 14 Sep 2014 17:08:14 +0000 (+0200) Subject: Fixed typo. X-Git-Tag: v8.2.0-rc1~152^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F145%2Fhead;p=dealii.git Fixed typo. --- 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);