From 9539c21dfec815678df9c420340486de23838094 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 12 Nov 2020 12:17:25 +0100 Subject: [PATCH] Fix typo --- include/deal.II/distributed/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index ae440e3677..9d3e465a09 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -828,7 +828,7 @@ namespace parallel * This returns a pointer to the internally stored p4est object (of type * p4est_t or p8est_t depending on @p dim). * - * @warning: If you modify the p4est object, internal data structures + * @warning If you modify the p4est object, internal data structures * can become inconsistent. */ const typename dealii::internal::p4est::types::forest * -- 2.39.5