From 1eddaf3c84dd5e8fec52689fee2b13f21eeb101a Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Mon, 21 Nov 2016 09:03:13 +0100 Subject: [PATCH] fix typo --- MeshLib/MeshEditing/ConvertToLinearMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshLib/MeshEditing/ConvertToLinearMesh.h b/MeshLib/MeshEditing/ConvertToLinearMesh.h index 4a60f4642bc..5d7ed23716d 100644 --- a/MeshLib/MeshEditing/ConvertToLinearMesh.h +++ b/MeshLib/MeshEditing/ConvertToLinearMesh.h @@ -18,7 +18,7 @@ namespace MeshLib { -/// Converts a non-linear mesh to a linear meash. All the mesh properties will +/// Converts a non-linear mesh to a linear mesh. All the mesh properties will /// be copied except for entries for non-linear nodes. std::unique_ptr<MeshLib::Mesh> convertToLinearMesh( const MeshLib::Mesh& mesh, const std::string& new_mesh_name); -- GitLab