From: Daniel Arndt Date: Mon, 24 May 2021 15:06:41 +0000 (-0400) Subject: Fix typos X-Git-Tag: v9.3.0~11^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b5dc339ee6ae982a3fdcab62c704a48465f9cf;p=dealii.git Fix typos --- diff --git a/include/deal.II/grid/tria_accessor.h b/include/deal.II/grid/tria_accessor.h index a2d7c2a700..7e8f41ad13 100644 --- a/include/deal.II/grid/tria_accessor.h +++ b/include/deal.II/grid/tria_accessor.h @@ -761,19 +761,19 @@ public: * this operation is not useful for iterators on triangulations. * Consequently, this operator is declared as deleted and can not be used. */ - void + TriaAccessor & operator=(const TriaAccessor &) = delete; /** - * Move assignemt operator. Moving is allowed. + * Move assignment operator. Moving is allowed. */ - void + TriaAccessor & operator=(TriaAccessor &&) = default; /** * Defaulted destructor. */ - ~TriaAcessor() = default; + ~TriaAccessor() = default; /** * Test for the element being used or not. The return value is @p true for