From fea335fe8bd01675243953e41f59f156e44f1e94 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 13 Feb 2021 17:44:51 +1100 Subject: Cleanup: spelling --- source/blender/io/collada/DocumentImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/io') diff --git a/source/blender/io/collada/DocumentImporter.cpp b/source/blender/io/collada/DocumentImporter.cpp index 259bf901091..214b5207a96 100644 --- a/source/blender/io/collada/DocumentImporter.cpp +++ b/source/blender/io/collada/DocumentImporter.cpp @@ -657,7 +657,7 @@ std::vector *DocumentImporter::write_node(COLLADAFW::Node *node, } } - /* XXX: if there're multiple instances, only one is stored */ + /* XXX: if there are multiple instances, only one is stored. */ if (!ob) { goto finally; -- cgit v1.2.3