From: Wolfgang Bangerth Date: Wed, 5 Sep 2007 03:51:36 +0000 (+0000) Subject: Fix typo X-Git-Tag: v8.0.0~9928 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8895e81ee296edfa80ef0c30ac8ce63b3f8be50c;p=dealii.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 */