From: Marc Fehling Date: Tue, 25 May 2021 06:03:56 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v9.4.0-rc1~1338^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f054125494e9469dda5d8f1bf42bf7c91355cf;p=dealii.git Fix typo. --- 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;