From: Timo Heister <timo.heister@gmail.com>
Date: Thu, 27 Sep 2012 18:49:46 +0000 (+0000)
Subject: fix typo in comment
X-Git-Tag: v8.0.0~2008
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f0c2b1f4e98e14381219ae9c62f2da09bbb06a;p=dealii.git

fix typo in comment

git-svn-id: https://svn.dealii.org/trunk@26802 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc
index cb1541df98..6af4c25643 100644
--- a/deal.II/source/dofs/dof_tools.cc
+++ b/deal.II/source/dofs/dof_tools.cc
@@ -3297,7 +3297,7 @@ namespace DoFTools
 
                                    // In the case that both faces have
                                    // children, we loop over all children
-                                   // and applu make_periodicty_constrains
+                                   // and apply make_periodicty_constrains
                                    // recursively:
     if (face_1->has_children() && face_2->has_children()) {
       Assert(face_1->n_children() == GeometryInfo<dim>::max_children_per_face &&