From 44e7192745f0b53e29d20bb88d4df0945a808758 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 May 2021 17:55:35 +1000 Subject: Cleanup: spelling --- source/blender/blenkernel/BKE_attribute_access.hh | 2 +- source/blender/blenkernel/intern/geometry_component_curve.cc | 2 +- source/blender/blenkernel/intern/geometry_set_instances.cc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/BKE_attribute_access.hh b/source/blender/blenkernel/BKE_attribute_access.hh index d81d66951cc..c3bc4d3ca4a 100644 --- a/source/blender/blenkernel/BKE_attribute_access.hh +++ b/source/blender/blenkernel/BKE_attribute_access.hh @@ -45,7 +45,7 @@ struct AttributeMetaData { }; /** - * Base class for the attribute intializer types described below. + * Base class for the attribute initializer types described below. */ struct AttributeInit { enum class Type { diff --git a/source/blender/blenkernel/intern/geometry_component_curve.cc b/source/blender/blenkernel/intern/geometry_component_curve.cc index 73c9dae92bc..d08681da6ec 100644 --- a/source/blender/blenkernel/intern/geometry_component_curve.cc +++ b/source/blender/blenkernel/intern/geometry_component_curve.cc @@ -679,7 +679,7 @@ class PositionAttributeProvider final : public BuiltinPointAttributeProvider::try_get_for_write(component); } 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 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); } -- cgit v1.2.3