From 8a137806e01dc8c969f4674e1ac0d987fec9430e Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 1 Oct 2008 16:00:43 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@17074 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_raviart_thomas.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc index 4580642ebb..c8a90c80ce 100644 --- a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc +++ b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc @@ -330,7 +330,7 @@ FE_RaviartThomas::initialize_restriction() // when building the shape // functions, these weights // are equal to the - // corresponding shpe + // corresponding shape // functions. for (unsigned int k=0;kdofs_per_cell; ++i_child) -- 2.39.5