From: Martin Kronbichler Date: Wed, 6 Jan 2016 11:04:56 +0000 (+0100) Subject: Fix typo X-Git-Tag: v8.4.0-rc2~109^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e98df2beeb405532aa4654b591754401ebbc30d;p=dealii.git Fix typo --- diff --git a/include/deal.II/multigrid/mg_base.h b/include/deal.II/multigrid/mg_base.h index 1b3384e81b..346d04d5b4 100644 --- a/include/deal.II/multigrid/mg_base.h +++ b/include/deal.II/multigrid/mg_base.h @@ -119,7 +119,7 @@ public: * and numbering of the fine-grid discretization and of the multi-level * implementation are independent. * - * If you use multigrid for a single PDF or for your complete system of + * If you use multigrid for a single PDE or for your complete system of * equations, you will use MGTransferPrebuilt together with Multigrid. The * vector types used on the fine grid as well as for the multilevel operations * may be Vector or BlockVector. In both cases, MGTransferPrebuilt will