From 723c93ddc6b89760d170a8012c69e0b040f52d35 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 29 Sep 2016 17:16:16 -0500 Subject: [PATCH] Fix a typo. --- include/deal.II/grid/grid_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 267d57e8ba..ba3a5b1762 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -875,7 +875,7 @@ namespace GridGenerator * before gluing the loop together. * @param R The radius of the circle, which forms the middle line * of the torus containing the loop of cells. Must be greater than @p r. - * @param r The radius of the cylinder bend together as loop. + * @param r The radius of the cylinder bent together as a loop. */ void moebius (Triangulation<3,3> &tria, const unsigned int n_cells, -- 2.39.5