From 092524e4436fbfce40106b78c8df08485eeea951 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 5 Sep 2007 03:51:36 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.dealii.org/trunk@15120 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_faces.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.39.5