From: Guido Kanschat Date: Wed, 25 Jan 2006 22:06:10 +0000 (+0000) Subject: typos X-Git-Tag: v8.0.0~12510 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b527c452a5157b1739d32aac7c0edea3acfd970;p=dealii.git typos git-svn-id: https://svn.dealii.org/trunk@12165 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 1da7ff5e2c..52c67d1844 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -23,7 +23,7 @@ * @ref GlossComponent. Since the introduction of non-@ref GlossPrimitive * "primitive" elements, they became different. Take for instance the * solution of the mixed Laplacian system with - * FE_RaviartThomas. There, the first dim components are the + * FE_RaviartThomas. There, the first dim components are the * directional derivatives. Since the shape functions are linear * combinations of those, they constitute only a single block. The * primal function u would be in the second block, but in the @@ -37,7 +37,7 @@ * dim components are the derivatives in each coordinate * direction and the last component is the primal function u. * - * Originally, components were not distinguished from @ref GlossBlocks + * Originally, components were not distinguished from @ref GlossBlock * "blocks", but since the introduction of non-@ref GlossPrimitive * "primitive" elements, they have to be distinguished. See * FiniteElementData::n_components() and the documentation of