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>2019-12-11 02:56:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-11 02:56:53 +0300
commit63d521432e9307643c279237b041a8f2ac6dda9d (patch)
tree5384b15865454dab13207606e8fe2d3dee5939bc /source/blender/blenkernel/intern/curveprofile.c
parente0fbea9c0d52744c082454a90487768f406bff5a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/curveprofile.c')
-rw-r--r--source/blender/blenkernel/intern/curveprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/curveprofile.c b/source/blender/blenkernel/intern/curveprofile.c
index 2b253d439e0..cd25d616454 100644
--- a/source/blender/blenkernel/intern/curveprofile.c
+++ b/source/blender/blenkernel/intern/curveprofile.c
@@ -308,7 +308,7 @@ static void CurveProfile_build_supports(CurveProfile *profile)
}
/**
- * Puts the widget's control points in a step pattern.
+ * Puts the widgets control points in a step pattern.
* Uses vector handles for each point.
*/
static void CurveProfile_build_steps(CurveProfile *profile)