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-01-05 05:38:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-05 07:51:50 +0300
commit6990b6ed3bdab971544a69c3950ac8897e62f41d (patch)
tree6bbf1959d51b4ad93711e3755f254bdb122d4ce7 /source/blender/modifiers/intern/MOD_surfacedeform.c
parentf359102589f0ebeeb90376ae66f06678dcc596e7 (diff)
Cleanup: typos (repeated words)
Diffstat (limited to 'source/blender/modifiers/intern/MOD_surfacedeform.c')
-rw-r--r--source/blender/modifiers/intern/MOD_surfacedeform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_surfacedeform.c b/source/blender/modifiers/intern/MOD_surfacedeform.c
index e00c5ba7f04..4dde1645ab7 100644
--- a/source/blender/modifiers/intern/MOD_surfacedeform.c
+++ b/source/blender/modifiers/intern/MOD_surfacedeform.c
@@ -125,7 +125,7 @@ typedef struct SDefBindPoly {
float cent_edgemid_vecs_v2[2][2];
/**
* The unsigned angle of this face-corner in `[0.0 .. PI]` range,
- * where a small value is a thin corner. PI is is a straight line.
+ * where a small value is a thin corner. PI is a straight line.
* Take care dividing by this value as it can approach zero.
*/
float edgemid_angle;