From: Wolfgang Bangerth Date: Fri, 2 Oct 2009 02:11:49 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~7001 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0a9c35252f2a5a72dbdbfe3f7932e2b777ad4b;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@19660 0785d39b-7218-0410-832d-ea1e28bc413d --- 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