From 89f054125494e9469dda5d8f1bf42bf7c91355cf Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Tue, 25 May 2021 00:03:56 -0600 Subject: [PATCH] Fix typo. --- include/deal.II/grid/tria_accessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/tria_accessor.h b/include/deal.II/grid/tria_accessor.h index 5f10eb6fb0..8d30f80bb6 100644 --- a/include/deal.II/grid/tria_accessor.h +++ b/include/deal.II/grid/tria_accessor.h @@ -722,7 +722,7 @@ public: /** * The copy constructor is not deleted but copied constructed elements should - * not be modified, also the comments to the copy assignemtn operator. + * not be modified, also the comments to the copy assignment operator. */ TriaAccessor(const TriaAccessor &) = default; -- 2.39.5