From: bangerth Date: Thu, 10 Jun 2010 11:50:17 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42ad5674ab5e94e6cbde5e3bccc95f8a118017f;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@21191 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. *