From: Wolfgang Bangerth Date: Thu, 29 Sep 2016 22:16:16 +0000 (-0500) Subject: Fix a typo. X-Git-Tag: v8.5.0-rc1~630^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723c93ddc6b89760d170a8012c69e0b040f52d35;p=dealii.git Fix a typo. --- 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,