From 49cc4a51b362aef2affb39dfee077fd29232b484 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 11 Aug 2020 11:16:39 -0400 Subject: [PATCH] Fix a few typos --- include/deal.II/distributed/shared_tria.h | 2 +- include/deal.II/distributed/tria.h | 2 +- include/deal.II/grid/persistent_tria.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index 51c80be0d8..b3675eafec 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -277,7 +277,7 @@ namespace parallel /* * @copydoc Triangulation::create_triangulation() * - * @note Not inmplemented yet. + * @note Not implemented yet. */ virtual void create_triangulation( diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index 49a19f0aab..09da836e09 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -408,7 +408,7 @@ namespace parallel /* * @copydoc Triangulation::create_triangulation() * - * @note Not inmplemented yet. + * @note Not implemented yet. */ virtual void create_triangulation( diff --git a/include/deal.II/grid/persistent_tria.h b/include/deal.II/grid/persistent_tria.h index eeab75468b..56963dc598 100644 --- a/include/deal.II/grid/persistent_tria.h +++ b/include/deal.II/grid/persistent_tria.h @@ -204,7 +204,7 @@ public: /* * @copydoc Triangulation::create_triangulation() * - * @note Not inmplemented yet. + * @note Not implemented yet. */ virtual void create_triangulation( -- 2.39.5