From 38f80d8b09439759cdb563000741207ba183b6f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Jun 2010 11:50:17 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@21191 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_q.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 649fe85144..6ba461f2be 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -42,7 +42,7 @@ DEAL_II_NAMESPACE_OPEN * The constructor creates a TensorProductPolynomials object that includes the * tensor product of @p LagrangeEquidistant polynomials of degree @p p. This * @p TensorProductPolynomials object provides all values and derivatives of - * the shape functions. In case a quadrature rule is given, the constructure + * the shape functions. In case a quadrature rule is given, the constructor * creates a TensorProductPolynomials object that includes the tensor product * of @p Lagrange polynomials with the support points from @p points. * -- 2.39.5