From 483acf0a4673dc79f88a752b79cf89f2348506ac Mon Sep 17 00:00:00 2001 From: Wolfgang 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