]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 24 May 2021 15:06:41 +0000 (11:06 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 24 May 2021 21:57:41 +0000 (17:57 -0400)
include/deal.II/grid/tria_accessor.h

index a2d7c2a7000cc9c8e8fa7e93ae44c4694c4151aa..7e8f41ad130fd0cc67bb27618d4d87fcd8b02c13 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.