From afc090f339355f55bc13eb810676358b435cf56a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Oct 2020 12:12:29 +1100 Subject: Cleanup: spelling --- source/blender/blenkernel/intern/customdata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c index 75237d77ae2..2b2b1fb70ce 100644 --- a/source/blender/blenkernel/intern/customdata.c +++ b/source/blender/blenkernel/intern/customdata.c @@ -3000,9 +3000,9 @@ void CustomData_free_elem(CustomData *data, int index, int count) * \param weights: The weight to apply to each source value individually. If NULL, they will be * averaged. * \param sub_weights: The weights of sub-items, only used to affect each corners of a - * tesselated face data (should alwasy be and array of four values). + * tessellated face data (should always be and array of four values). * \param count: The number of source items to interpolate. - * \param dest_index: Index of the destination item, in ahich to put the result of the + * \param dest_index: Index of the destination item, in which to put the result of the * interpolation. */ void CustomData_interp(const CustomData *source, -- cgit v1.2.3