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>2020-10-09 04:12:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-09 04:12:29 +0300
commitafc090f339355f55bc13eb810676358b435cf56a (patch)
tree993aaa2ecfc61499a13bc8ba441f57185da656cd /source/blender/blenkernel
parent05710171cb5cee8ee5ea6b37213b4a64b84dcf53 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/customdata.c4
1 files changed, 2 insertions, 2 deletions
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,