From: wolf Date: Thu, 23 Mar 2006 17:09:45 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9637a64a885fc57c0a587c24f6c19e449a8739fd;p=dealii-svn.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@12664 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 3cca3a8766..fa44e97be7 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 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -22,8 +22,8 @@ /*@{*/ /** - * Implementation of a scalar Lagrange finite elements @p Qp that - * yield the finite element space of continuous, piecewise polynomials + * Implementation of a scalar Lagrange finite element @p Qp that + * yields the finite element space of continuous, piecewise polynomials * of degree @p p in each coordinate direction. This class is realized * using tensor product polynomials based on equidistant support * points.