From: Denis Davydov Date: Wed, 11 Jul 2018 11:38:39 +0000 (+0200) Subject: fix typos X-Git-Tag: v9.1.0-rc1~921^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25b0259a0fdb1f51ec3949f50a7fef5d1281dd3;p=dealii.git fix typos --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 0c654234c7..853c14534e 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -310,7 +310,7 @@ namespace GridGenerator * Generate a rectangular plate with an (offset) cylindrical hole. The * geometry consists of 2 regions: * The first is a square region with length @p outer_radius and a hole of radius @p inner_radius . - * Cells in this regions will have TransfiniteInterpolationManifold with + * Cells in this region will have TransfiniteInterpolationManifold with * manifold id @p tfi_manifold_id attached to them. Additionally, the boundary * faces of the hole will be associated with a PolarManifold (in 2D) or * CylindricalManifold (in 3D). The center of this @@ -319,7 +319,7 @@ namespace GridGenerator * The second region describes the remainder of the bulk material. It is * specified via padding * parameters @p pad_bottom, @p padding_top, @p padding_left and @p padding_right. - * All cells in this regions will have a FlatManifold attached to them. + * All cells in this region will have a FlatManifold attached to them. * The final width of the plate will be padding_left + 2*outer_radius + * padding_right, while its length is padding_top + * 2*outer_radius + padding_bottom. Three out of four paddings are