From: wolf Date: Mon, 18 Jul 2005 14:09:32 +0000 (+0000) Subject: Fix one typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a5e0ec4aee02e0c4e97b43550bf9eb63aec125;p=dealii-svn.git Fix one typo. git-svn-id: https://svn.dealii.org/trunk@11157 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/deal.II/iterators.h b/deal.II/doc/doxygen/headers/deal.II/iterators.h index 13efa8cf79..52cb9c8218 100644 --- a/deal.II/doc/doxygen/headers/deal.II/iterators.h +++ b/deal.II/doc/doxygen/headers/deal.II/iterators.h @@ -8,7 +8,7 @@ MGDoFHandler. All of those define a set of iterators, allowing the user to traverse the whole mesh or portions of it. Therefore, they have somethings in common. In fact, these iterators are instantiations or subclasses of the same class TriaIterator (we do not include -TriaRawIterator here, since it is only for internal use), +TriaRawIterator here, since it is only for internal use). The template signature of TriaIterator is @code