Fix various typos

This commit is contained in:
luzpaz
2023-01-20 03:02:30 +00:00
committed by Chris Hennes
parent 79e150a81b
commit feb18d8a15
21 changed files with 22 additions and 22 deletions

View File

@@ -744,7 +744,7 @@ PropertyMeshKernel::PropertyMeshKernel()
: _meshObject(new MeshObject()), meshPyObject(nullptr)
{
// Note: Normally this property is a member of a document object, i.e. the setValue()
// method gets called in the constructor of a sublcass of DocumentObject, e.g. Mesh::Feature.
// method gets called in the constructor of a subclass of DocumentObject, e.g. Mesh::Feature.
// This means that the created MeshObject here will be replaced and deleted immediately.
// However, we anyway create this object in case we use this class in another context.
}