Skip to content

Commit 8424b54

Browse files
committed
Fix spelling
1 parent 69dee5d commit 8424b54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/geom/elem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ class Elem : public ReferenceCountedObject<Elem>,
754754
* \returns A pointer to the beginning of the array that contains the
755755
* (local) node numbers on the side \p s
756756
*
757-
* This does not create temproraries, unlike \p nodes_on_side.
757+
* This does not create temporaries, unlike \p nodes_on_side.
758758
* Use n_nodes_on_side for indexing.
759759
*/
760760
virtual const unsigned int * nodes_on_side_ptr(const unsigned short s) const = 0;
@@ -768,7 +768,7 @@ class Elem : public ReferenceCountedObject<Elem>,
768768
* \returns A pointer to the beginning of the array that contains the
769769
* (local) node numbers on the edge \p e
770770
*
771-
* This does not create temproraries, unlike \p nodes_on_edge.
771+
* This does not create temporaries, unlike \p nodes_on_edge.
772772
* Use n_nodes_on_edge for indexing.
773773
*/
774774
virtual const unsigned int * nodes_on_edge_ptr(const unsigned short e) const = 0;

0 commit comments

Comments
 (0)