From: wolf Date: Fri, 4 Oct 2002 21:50:27 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d67d84c376a027a7111c6100f5c767836ae0887c;p=dealii-svn.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@6614 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index 297e0846ac..4bc8e706cd 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -762,7 +762,7 @@ class FiniteElementBase : public Subscriptor, * return an index which base * element implements this * component, and which vector - * component is this base element + * component in this base element * this is. This information is * only of interest for * vector-valued finite elements @@ -778,7 +778,8 @@ class FiniteElementBase : public Subscriptor, * * If this is a scalar finite * element, then the return value - * is always equalt to zero. + * is always equal to a pair of + * zeros. */ std::pair component_to_base (const unsigned int component) const;