From 854d14a5cc0facf202f66022061c730a373391f0 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Tue, 13 Oct 2020 23:37:57 +0100 Subject: [PATCH] replaces the remaining occurences of 'he' with 'it' --- source/grid/tria.cc | 2 +- tests/petsc_complex/00.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() -- 2.39.5