From: wolf Date: Tue, 10 Aug 1999 10:50:56 +0000 (+0000) Subject: Fix some typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000c2f42ec7f5a95d92ff337647ca49df30fc240;p=dealii-svn.git Fix some typos. git-svn-id: https://svn.dealii.org/trunk@1655 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. */