From c49c3347962b8a8a65ff0a7293c1c5b4c4c02b1a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 6 Sep 2015 18:25:47 -0500 Subject: [PATCH] Fix a grammar error. --- include/deal.II/fe/mapping_q.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5