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 <campbell@blender.org>2022-09-15 03:03:46 +0300
committerCampbell Barton <campbell@blender.org>2022-09-15 03:03:46 +0300
commit4bbb043bc57f1dc27aa46624cd4d11b063070bac (patch)
treead4e24ed3eb5d45f8ace737668f02b0b46de863f /source/blender/blenkernel/BKE_curves_utils.hh
parent5cd08e373b5b37223222ae6a68cfe970839e7800 (diff)
Cleanup: spelling in comments, comment blocks
Diffstat (limited to 'source/blender/blenkernel/BKE_curves_utils.hh')
-rw-r--r--source/blender/blenkernel/BKE_curves_utils.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_curves_utils.hh b/source/blender/blenkernel/BKE_curves_utils.hh
index 5579ab5654a..5a931e5ac76 100644
--- a/source/blender/blenkernel/BKE_curves_utils.hh
+++ b/source/blender/blenkernel/BKE_curves_utils.hh
@@ -37,7 +37,7 @@ struct CurveSegment {
/**
* Reference to a point on a piecewise curve (spline).
*
- * Tracks indices of the neighbouring control/evaluated point pair associated with the segment
+ * Tracks indices of the neighboring control/evaluated point pair associated with the segment
* in which the point resides. Referenced point within the segment is defined by a
* normalized parameter in the range [0, 1].
*/
@@ -75,7 +75,7 @@ class IndexRangeCyclic {
int64_t start_ = 0;
int64_t end_ = 0;
/* Index for the start and end of the entire iterable range which contains the iterated range
- * (e.g. the point range for an indiviudal spline/curve within the entire Curves point domain).
+ * (e.g. the point range for an individual spline/curve within the entire Curves point domain).
*/
int64_t range_start_ = 0;
int64_t range_end_ = 0;