File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments