From: Wolfgang Bangerth Date: Sun, 26 Jul 2015 20:21:09 +0000 (-0500) Subject: Fix a typo in a previous patch. X-Git-Tag: v8.4.0-rc2~714^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac3393b5273be6f3c56d42dc605474afcafbc727;p=dealii.git Fix a typo in a previous patch. --- 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