From: Krishnakumar Gopalakrishnan Date: Tue, 13 Oct 2020 22:37:57 +0000 (+0100) Subject: replaces the remaining occurences of 'he' with 'it' X-Git-Tag: v9.3.0-rc1~1010^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11041%2Fhead;p=dealii.git replaces the remaining occurences of 'he' with 'it' --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 686e98983d..4b61b9f4b9 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -231,7 +231,7 @@ namespace else // if the neighbor is refined, then it // is also refined at our current - // face. He will stay so without + // face. It will stay so without // coarsening, so return true in that // case. { diff --git a/tests/petsc_complex/00.cc b/tests/petsc_complex/00.cc index f07e99c835..59ca50e8b7 100644 --- a/tests/petsc_complex/00.cc +++ b/tests/petsc_complex/00.cc @@ -122,7 +122,7 @@ make_petsc_complex() deallog << "OK" << std::endl; } -// Initialize a PETSc complex number directly only, check he is +// Initialize a PETSc complex number directly only, check that it is // initialised to 0+0i. void init_petsc_complex()