From 8dd3387eb74566f6c52d5c83f22a8e89a908df2a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Apr 2022 19:08:10 +1000 Subject: Cleanup: spelling & poor wording in code & comments --- source/blender/io/wavefront_obj/importer/obj_import_mesh.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/io') diff --git a/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh b/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh index e2cdb4c0721..2a838215421 100644 --- a/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh +++ b/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh @@ -61,7 +61,7 @@ class MeshFromGeometry : NonMovable, NonCopyable { */ void create_uv_verts(Mesh *mesh); /** - * Add materials and the nodetree to the Mesh Object. + * Add materials and the node-tree to the Mesh Object. */ void create_materials(Main *bmain, const Map> &materials, -- cgit v1.2.3