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-06-15 02:24:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-15 02:24:38 +0300
commit0fd96b4128ffb5d24d01c8a937046720dd2f2fbe (patch)
tree07f8f22201ba6e81def07cf1d1d5f4739956104b /source/blender/bmesh/tools
parentedda93caf9ae4993cb66309c008a28245f4c3d37 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/bmesh/tools')
-rw-r--r--source/blender/bmesh/tools/bmesh_bevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c
index e0ac390fda4..c8338081443 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -3055,7 +3055,7 @@ static void adjust_the_cycle_or_chain(BoundVert *vstart, bool iscycle)
* on loop slide edges, the widths at each end could be different.
*
* It turns out that the dependent offsets either form chains or
- * cycles, and we can process each of those separatey.
+ * cycles, and we can process each of those separately.
*/
static void adjust_offsets(BevelParams *bp, BMesh *bm)
{