From: David Wells Date: Thu, 13 Sep 2018 18:09:54 +0000 (-0400) Subject: De-pluralize a word. X-Git-Tag: v9.1.0-rc1~725^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db41b964a397b15b2dec665ccaae8ecfb67936a;p=dealii.git De-pluralize a word. --- 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