diff --git a/libs/MeshKernelApi/include/MeshKernelApi/State.hpp b/libs/MeshKernelApi/include/MeshKernelApi/State.hpp index e7c468dbf..b10f67aa3 100644 --- a/libs/MeshKernelApi/include/MeshKernelApi/State.hpp +++ b/libs/MeshKernelApi/include/MeshKernelApi/State.hpp @@ -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 m_facePropertyCache; ///< face property cache std::shared_ptr m_boundariesAsPolygonCache; ///< boundaries as polygon cache std::shared_ptr m_polygonRefinementCache; ///< polygon refinement cache