From 0db41b964a397b15b2dec665ccaae8ecfb67936a Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 13 Sep 2018 14:09:54 -0400 Subject: [PATCH] De-pluralize a word. --- include/deal.II/grid/tria_iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/tria_iterator.h b/include/deal.II/grid/tria_iterator.h index e8b0e3892c..240aef0339 100644 --- a/include/deal.II/grid/tria_iterator.h +++ b/include/deal.II/grid/tria_iterator.h @@ -163,7 +163,7 @@ class TriaActiveIterator; * but you may write your own version (non-virtual, since we use templates) to * add functionality. * - * The accessors provided by the library consists of two groups, determined by + * The accessors provided by the library consist of two groups, determined by * whether they access the data of Triangulation objects or * DoFHandler/hp::DoFHandler objects. They are derived from TriaAccessor and * DoFAccessor, respectively. Each group also has specialized accessors for -- 2.39.5