From: Wolfgang Bangerth Date: Thu, 10 Apr 2014 16:20:01 +0000 (+0000) Subject: Fix grammar error. X-Git-Tag: v8.2.0-rc1~615 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b768ac141c8af4ae373c56cec43066b8dbb39f2d;p=dealii.git Fix grammar error. git-svn-id: https://svn.dealii.org/trunk@32758 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_system.h b/deal.II/include/deal.II/fe/fe_system.h index 04f9736688..3744e734cc 100644 --- a/deal.II/include/deal.II/fe/fe_system.h +++ b/deal.II/include/deal.II/fe/fe_system.h @@ -214,7 +214,7 @@ public: /** * Same as above but for any number of base elements. Pointers to the base * elements and their multiplicities are passed as vectors to this - * constructor. The length of these vectors is assumed to be equal. + * constructor. The lengths of these vectors are assumed to be equal. */ FESystem (const std::vector*> &fes,