From 57f6cd0a411d349f0c1609d7899eb8ab7db31376 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 30 May 2022 11:22:05 -0600 Subject: [PATCH] Fix a grammar mistake. --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")); -- 2.39.5