From 8ace315a588656c24bb05aaff6d1c0f2c8dd03e6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 13 Aug 2012 08:24:00 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@25922 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5