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-06-10 10:00:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-10 10:04:25 +0300
commitb669fd376afb19de313392e8f5cd8cf1915c2249 (patch)
tree253a2bd25cc09a2a7f413e920524682373d76322 /source/blender/blenkernel/intern/spline_base.cc
parent4d4608363c40c93621a9879c26d0a13a20dc974b (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenkernel/intern/spline_base.cc')
-rw-r--r--source/blender/blenkernel/intern/spline_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/spline_base.cc b/source/blender/blenkernel/intern/spline_base.cc
index 9f8c215b31f..2781ff1e49a 100644
--- a/source/blender/blenkernel/intern/spline_base.cc
+++ b/source/blender/blenkernel/intern/spline_base.cc
@@ -355,7 +355,7 @@ GVArrayPtr Spline::interpolate_to_evaluated_points(GSpan data) const
/**
* Sample any input data with a value for each evaluated point (already interpolated to evaluated
- * points) to arbitrary parameters in betwen the evaluated points. The interpolation is quite
+ * points) to arbitrary parameters in between the evaluated points. The interpolation is quite
* simple, but this handles the cyclic and end point special cases.
*/
void Spline::sample_based_on_index_factors(const GVArray &src,