From e504892f57030de73a9330dad27b4a6b3cbcd18d Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sat, 9 Jan 2021 08:39:53 +0100 Subject: [PATCH] Fix 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 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 -- 2.39.5