From 0e6c179454ec479b8123c22ebe6480cd498347f2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 2 Oct 2009 02:11:49 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@19660 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/mesh_worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/mesh_worker.h b/deal.II/deal.II/include/numerics/mesh_worker.h index df1e06709b..285c524eac 100644 --- a/deal.II/deal.II/include/numerics/mesh_worker.h +++ b/deal.II/deal.II/include/numerics/mesh_worker.h @@ -45,7 +45,7 @@ template class MGDoFHandler; * global result, whether a functional, a form or a bilinear * form. While the first job is particular to the problem being * solved, the second is generic and only depends on the data - * structures. Therefore, base classes for workers assimbling into + * structures. Therefore, base classes for workers assembling into * global data are provided in the namespace Assembler. * *

Simplified interfaces

-- 2.39.5