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-08-17 05:34:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 05:34:05 +0300
commit9762c3892e4b1c7225dc0d792caeba668104c7e2 (patch)
tree6c9c49e8168bcfa3181540a89e271053f63b1610 /source/blender/blenkernel/BKE_paint.h
parentcafe5cd9b036b41dfe21fddc5ebc5bf7948c98aa (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 7b63a4154fa..b2794e9d9d6 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -338,7 +338,7 @@ typedef struct SculptBoundary {
int num_vertices;
/* Distance from a vertex in the boundary to initial vertex indexed by vertex index, taking into
- * account the lengh of all edges between them. Any vertex that is not in the boundary will have
+ * account the length of all edges between them. Any vertex that is not in the boundary will have
* a distance of 0. */
float *distance;