From: Wolfgang Bangerth Date: Thu, 30 Jun 2016 04:42:42 +0000 (-0500) Subject: Fix typo. X-Git-Tag: v8.5.0-rc1~936^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fda8b372a246867833ff0e956e1978de3ea1d18;p=dealii.git Fix typo. --- diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 9608ad3986..c0991e1eb7 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1041,7 +1041,7 @@ namespace internal * computers that aren't very reliable (e.g. on very large clusters where * individual nodes occasionally fail and then bring down an entire MPI job). * - * For technical reasons, writing and restoring a Triangulation object is not- + * For technical reasons, writing and restoring a Triangulation object is not * trivial. The primary reason is that unlike many other objects, * triangulations rely on many other objects to which they store pointers or * with which they interface; for example, triangulations store pointers to