From: Wolfgang Bangerth Date: Mon, 30 May 2022 17:22:05 +0000 (-0600) Subject: Fix a grammar mistake. X-Git-Tag: v9.4.0-rc1~110^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13862%2Fhead;p=dealii.git Fix a grammar mistake. --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index be23255d75..d5a2f79661 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -4361,7 +4361,7 @@ namespace GridTools ExcMessage( "The functions GridTools::exchange_cell_data_to_ghosts() and " "GridTools::exchange_cell_data_to_level_ghosts() can only " - "operate on a single layer ghost cells. However, you have " + "operate on a single layer of ghost cells. However, you have " "given a Triangulation object of type " "parallel::shared::Triangulation without artificial cells " "resulting in arbitrary numbers of ghost layers."));