Skip to content

Commit b724445

Browse files
authored
Merge pull request #3454 from roystgnr/spelling_fix
Fix comment spelling
2 parents 8c2a6ec + 6bb17bf commit b724445

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/geom/cell_pyramid13.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Pyramid13 final : public Pyramid
9494
virtual unsigned int n_nodes() const override { return num_nodes; }
9595

9696
/**
97-
* \returns \p PRYAMID13.
97+
* \returns \p PYRAMID13.
9898
*/
9999
virtual ElemType type () const override { return PYRAMID13; }
100100

include/geom/cell_pyramid14.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Pyramid14 final : public Pyramid
9797
virtual unsigned int n_nodes() const override { return num_nodes; }
9898

9999
/**
100-
* \returns \p PRYAMID14.
100+
* \returns \p PYRAMID14.
101101
*/
102102
virtual ElemType type () const override { return PYRAMID14; }
103103

include/geom/cell_pyramid5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Pyramid5 final : public Pyramid
7373
virtual ~Pyramid5() = default;
7474

7575
/**
76-
* \returns \p PRYAMID.
76+
* \returns \p PYRAMID.
7777
*/
7878
virtual ElemType type () const override { return PYRAMID5; }
7979

0 commit comments

Comments
 (0)