From: Wolfgang Bangerth Date: Tue, 8 Nov 2022 15:53:48 +0000 (-0700) Subject: Minor fix to aid understand what a sentence means. X-Git-Tag: v9.5.0-rc1~870^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e76cc4746e11711c1295cc57921c4526d046a055;p=dealii.git Minor fix to aid understand what a sentence means. --- 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.