From: Wolfgang Bangerth Date: Wed, 24 Mar 2004 19:55:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~15486 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc08220effc90eb4f2d145ec5ee5f04b0e89bf91;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@8862 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index b531765ed8..9f0f8a75f8 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -873,7 +873,7 @@ class DoFTools /** * This function can be used when * different variables shall be - * discritized on different + * discretized on different * grids, where one grid is * coarser than the other. This * idea might seem nonsensical at