From 000c2f42ec7f5a95d92ff337647ca49df30fc240 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 10 Aug 1999 10:50:56 +0000 Subject: [PATCH] Fix some typos. git-svn-id: https://svn.dealii.org/trunk@1655 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_accessor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index fedba1ae26..408d7d7f79 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -118,7 +118,7 @@ class DoFAccessor { * from. By default, #DoFObjectAccessor# derives from * the #typedef# in the general #DoFObjectAccessor_Inheritance# * class, which is #TriaObjectAccessor#, - * but if #celldim==dim#, then the specialization #TriaObjectAccessor# + * but if #celldim==dim#, then the specialization #DoFObjectAccessor_Inheritance# * is used which declares its local type to be #CellAccessor#. Therefore, * the inheritance is automatically chosen to be from #CellAccessor# if the * object under consideration has full dimension, i.e. constitutes a cell. @@ -129,7 +129,7 @@ template class DoFObjectAccessor_Inheritance { /** - * Declaaration of the #typedef#. + * Declaration of the #typedef#. * See the full documentation for * more information. */ @@ -144,7 +144,7 @@ class DoFObjectAccessor_Inheritance * from. By default, #DoFObjectAccessor# derives from * the #typedef# in the general #DoFObjectAccessor_Inheritance# * class, which is #TriaObjectAccessor#, - * but if #celldim==dim#, then the specialization #TriaObjectAccessor# + * but if #celldim==dim#, then the specialization #DoFObjectAccessor_Inheritance# * is used which declares its local type to be #CellAccessor#. Therefore, * the inheritance is automatically chosen to be from #CellAccessor# if the * object under consideration has full dimension, i.e. constitutes a cell. @@ -155,7 +155,7 @@ template class DoFObjectAccessor_Inheritance { /** - * Declaaration of the #typedef#. + * Declaration of the #typedef#. * See the full documentation for * more information. */ -- 2.39.5