From: Wolfgang Bangerth Date: Sun, 6 Sep 2015 23:25:47 +0000 (-0500) Subject: Fix a grammar error. X-Git-Tag: v8.4.0-rc2~439^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49c3347962b8a8a65ff0a7293c1c5b4c4c02b1a;p=dealii.git Fix a grammar error. --- diff --git a/include/deal.II/fe/mapping_q.h b/include/deal.II/fe/mapping_q.h index b2c49db3e4..afe0414df2 100644 --- a/include/deal.II/fe/mapping_q.h +++ b/include/deal.II/fe/mapping_q.h @@ -69,7 +69,7 @@ public: * would also like to use a higher order mapping in the interior. The * MappingQEulerian class is one such case. * - * The value of @p use_mapping_q_on_all_cells is ignore if @p dim is not + * The value of @p use_mapping_q_on_all_cells is ignored if @p dim is not * equal to @p spacedim, i.e., if we are considering meshes on surfaces * embedded into higher dimensional spaces. */