Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-05-20 10:55:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-20 10:55:35 +0300
commit44e7192745f0b53e29d20bb88d4df0945a808758 (patch)
tree57b1dc9fecd0d8f3f67e0d70d4b9e1915c6af446 /source/blender/blenkernel/intern/geometry_set_instances.cc
parenta5ac062c51889fc992367ba7f66870736b6d6314 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/geometry_set_instances.cc')
-rw-r--r--source/blender/blenkernel/intern/geometry_set_instances.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/geometry_set_instances.cc b/source/blender/blenkernel/intern/geometry_set_instances.cc
index 81984321b70..9abd00c2b4f 100644
--- a/source/blender/blenkernel/intern/geometry_set_instances.cc
+++ b/source/blender/blenkernel/intern/geometry_set_instances.cc
@@ -565,9 +565,9 @@ static void join_curve_splines(Span<GeometryInstanceGroup> set_groups, CurveComp
for (SplinePtr &spline : new_curve->splines()) {
/* Spline instances should have no custom attributes, since they always come
- * from original objects which currenty do not support custom attributes.
+ * from original objects which currently do not support custom attributes.
*
- * This is only true as long as a GeometrySet cannot be instanced directly. */
+ * This is only true as long as a #GeometrySet cannot be instanced directly. */
BLI_assert(spline->attributes.data.totlayer == 0);
UNUSED_VARS_NDEBUG(spline);
}