From: bangerth Date: Thu, 10 Apr 2014 16:20:01 +0000 (+0000) Subject: Fix grammar error. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3bf4b8244f1797f4e74c06d2e844c3d55a3843f;p=dealii-svn.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,