From d652cd9f80bd548d92516385b9da2a5040bc04d4 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 25 May 2021 10:16:44 -0400 Subject: [PATCH] Update include/deal.II/grid/tria_accessor.h Co-authored-by: Bruno Turcksin --- 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 a0623e9827..328fc8942d 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