From: Peter Munch Date: Sat, 9 Jan 2021 07:39:53 +0000 (+0100) Subject: Fix typo X-Git-Tag: v9.3.0-rc1~655^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e504892f57030de73a9330dad27b4a6b3cbcd18d;p=dealii.git Fix typo --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index ee6b142ea1..964bb3b598 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -9644,7 +9644,7 @@ namespace internal * At present, this function does nothing in 1d and 2D, but * makes sure no two cells with a level difference greater than * one share one line in 3D. This is a requirement needed for - * the interpolation of hanging nodes, since otherwise to steps + * the interpolation of hanging nodes, since otherwise two steps * of interpolation would be necessary. This would make the * processes implemented in the @p AffineConstraints class much * more complex, since these two steps of interpolation do not