From: Daniel Arndt Date: Tue, 25 May 2021 14:16:44 +0000 (-0400) Subject: Update include/deal.II/grid/tria_accessor.h X-Git-Tag: v9.3.0~11^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12298%2Fhead;p=dealii.git Update include/deal.II/grid/tria_accessor.h Co-authored-by: Bruno Turcksin --- 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;