From: Wolfgang Bangerth Date: Mon, 12 Sep 2005 02:14:47 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~13181 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c5690820af1e78545f508efcf3e468707bf080;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@11408 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 0b3492cea8..b9f1b9f382 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -183,7 +183,7 @@ DoFTools::compute_row_length_vector(const DoFHandler &dofs, // We loop over cells and go from // cells to lower dimensional // objects. This is the only way to - // cope withthe fact, that an + // cope with the fact, that an // unknown number of cells may // share an object of dimension // smaller than dim-1.