From: Wolfgang Bangerth Date: Mon, 13 Aug 2012 08:24:00 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~2328 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483acf0a4673dc79f88a752b79cf89f2348506ac;p=dealii.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;