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-03-24 02:27:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-24 02:36:42 +0300
commitd0d251b53b7114a52d1253b022acb04d84e39507 (patch)
tree7cc5f718adfffe9158cd4cfbe20e2aa6ae3a341d /source/blender/blenkernel/intern/curveprofile.c
parent9c280630c96e3fa7194166350bd7197d28c5428f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/curveprofile.c')
-rw-r--r--source/blender/blenkernel/intern/curveprofile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/curveprofile.c b/source/blender/blenkernel/intern/curveprofile.c
index 0ab45921c56..a748dfbab3e 100644
--- a/source/blender/blenkernel/intern/curveprofile.c
+++ b/source/blender/blenkernel/intern/curveprofile.c
@@ -932,8 +932,8 @@ void BKE_curveprofile_initialize(CurveProfile *profile, short segments_len)
}
/**
- * Gives the distance to the next point in the widget's sampled table, in other words the length
- * of the ith edge of the table.
+ * Gives the distance to the next point in the widgets sampled table, in other words the length
+ * of the \a 'i' edge of the table.
*
* \note Requires curveprofile_initialize or #BKE_curveprofile_update call before to fill table.
*/