From: Krishnakumar Gopalakrishnan Date: Thu, 9 Jan 2020 19:37:24 +0000 (+0000) Subject: fixes a keyboard fat-fingering typo wherever 'he' in incorrectly used instead of... X-Git-Tag: v9.2.0-rc1~707^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9274%2Fhead;p=dealii.git fixes a keyboard fat-fingering typo wherever 'he' in incorrectly used instead of 'the' fixes another file wherein the he/the typo was present fixes the use of 'he' to 'they' missed in earlier commit Revert "fixes the use of 'he' to 'they' missed in earlier commit" This reverts commit ca87c5049968f5c5f34ec341ba060325a8f90301. undoing the changes to files in bundled/ by previous commits --- diff --git a/doc/news/3.2.0-vs-3.2.1.h b/doc/news/3.2.0-vs-3.2.1.h index afcd026af9..cf8316d263 100644 --- a/doc/news/3.2.0-vs-3.2.1.h +++ b/doc/news/3.2.0-vs-3.2.1.h @@ -34,7 +34,7 @@ All entries are signed with the names of the author.

  • - Fixed: he DoFHandler class had a + Fixed: The DoFHandler class had a memory leak. This is now fixed.
    (WB 2001/11/28) diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index 4285f5c816..03e011488e 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -3305,7 +3305,7 @@ namespace GridGenerator if (with_padding) { // hyper_cube_with_cylindrical_hole will have 2 cells along - // each face, so he element size is outer_radius + // each face, so the element size is outer_radius auto add_sizes = [](std::vector &step_sizes, const double padding,