From: Wolfgang Bangerth Date: Sat, 27 Mar 2010 21:51:28 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~6269 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=936297de31ba27e9f3b35ea42afec49117b53736;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@20895 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 09f3665817..f0b3430ab0 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -222,7 +222,7 @@ * create such meshes, but it keeps a list of cells whose children are * distorted. If this list is non-empty at the end of a refinement * step, it will throw an exception of type - * Triangualtion::DistortedCellList that contains those cells that + * Triangulation::DistortedCellList that contains those cells that * have distorted children. The caller of * Triangulation::execute_coarsening_and_refinement can then decide * what to do with this situation.