From: bangerth Date: Mon, 13 Aug 2012 08:24:00 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ace315a588656c24bb05aaff6d1c0f2c8dd03e6;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@25922 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_base.h b/deal.II/include/deal.II/fe/fe_base.h index 254e267753..865bd7f33f 100644 --- a/deal.II/include/deal.II/fe/fe_base.h +++ b/deal.II/include/deal.II/fe/fe_base.h @@ -532,7 +532,7 @@ class FiniteElementData unsigned int n_blocks () const; /** - * Detailed infromation on block sizes. + * Detailed information on block sizes. */ const BlockIndices& block_indices() const;