From e76cc4746e11711c1295cc57921c4526d046a055 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Nov 2022 08:53:48 -0700 Subject: [PATCH] Minor fix to aid understand what a sentence means. --- 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 1f2e822170..0d3234fbca 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -2206,7 +2206,7 @@ namespace GridTools * * If deal.II was not installed with ZOLTAN or METIS, this function will * generate an error - * when corresponding partition method is chosen, unless @p n_partitions is one. + * when the respective partition method is chosen, unless @p n_partitions is one. * I.e., you can write a program so that it runs in the single-processor * single-partition case without packages installed, and only requires them * installed when multiple partitions are required. -- 2.39.5