From 391534b8b88a5481fa8003317003fbd8b027e32a Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 27 Mar 2010 21:51:28 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@20895 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/glossary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5