From: Wolfgang Bangerth Date: Wed, 8 Mar 2006 03:09:41 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~12133 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f286d0d72edc7a438fcd213a253330266c6a8a9a;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@12562 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_poly_tensor.h b/deal.II/deal.II/include/fe/fe_poly_tensor.h index f4df8768b2..bc27f292aa 100644 --- a/deal.II/deal.II/include/fe/fe_poly_tensor.h +++ b/deal.II/deal.II/include/fe/fe_poly_tensor.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005 by the deal.II authors +// Copyright (C) 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 @@ -60,7 +60,7 @@ * functions $v_j$ will not fulfil the interpolation condition * $N_i(v_j) = \delta_{ij}$. * - * The use of the membaer data #inverse_node_matrix allows to compute + * The use of the member data #inverse_node_matrix allows to compute * the basis $v_j$ automatically, after the node values * for ech original basis function of the polynomial space have been * computed.