Skip to content

Commit

Permalink
GRIDEDIT-1336 Corrected spelling in doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Oct 21, 2024
1 parent 13b4953 commit 1a0d30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/MeshKernelApi/include/MeshKernelApi/State.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace meshkernelapi
// Exclusively owned state
meshkernel::Projection m_projection{meshkernel::Projection::cartesian}; ///< Projection used by the meshes

// Cached values, used when dimensions are computed first, followed by values beign retrieved in a separate call
// Cached values, used when dimensions are computed first, followed by values being retrieved in a separate call
std::shared_ptr<FacePolygonPropertyCache> m_facePropertyCache; ///< face property cache
std::shared_ptr<BoundariesAsPolygonCache> m_boundariesAsPolygonCache; ///< boundaries as polygon cache
std::shared_ptr<PolygonRefinementCache> m_polygonRefinementCache; ///< polygon refinement cache
Expand Down

0 comments on commit 1a0d30f

Please sign in to comment.