From 1fda8b372a246867833ff0e956e1978de3ea1d18 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 29 Jun 2016 23:42:42 -0500 Subject: [PATCH] Fix typo. --- include/deal.II/grid/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5