From: bangerth Date: Wed, 5 Sep 2007 03:51:36 +0000 (+0000) Subject: Fix typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092524e4436fbfce40106b78c8df08485eeea951;p=dealii-svn.git Fix typo git-svn-id: https://svn.dealii.org/trunk@15120 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_faces.h b/deal.II/deal.II/include/dofs/dof_faces.h index 839c7828d1..658ef72767 100644 --- a/deal.II/deal.II/include/dofs/dof_faces.h +++ b/deal.II/deal.II/include/dofs/dof_faces.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006 by the deal.II authors +// Copyright (C) 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -64,7 +64,7 @@ namespace internal class DoFFaces { /** - * Make the constrctor private to prevent the use + * Make the constructor private to prevent the use * of this template, only the specializations * should be used */