From ac3393b5273be6f3c56d42dc605474afcafbc727 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 26 Jul 2015 15:21:09 -0500 Subject: [PATCH] Fix a typo in a previous patch. --- include/deal.II/fe/mapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index 0a36001010..2cbe97b02a 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -283,7 +283,7 @@ public: * Ownership of the object created by Mapping::get_data() is then transferred * to the FEValues object, * but a reference to this object is passed to the mapping object every - * time it it is asked to compute information on a concrete cell. This + * time it is asked to compute information on a concrete cell. This * happens when FEValues::reinit() (or the corresponding classes in * FEFaceValues and FESubfaceValues) call Mapping::fill_fe_values() * (and similarly via Mapping::fill_fe_face_values() and -- 2.39.5