[Bf-blender-cvs] [9bb60584891] master: Cleanup: typo/spelling

Philipp Oeser noreply at git.blender.org
Wed Sep 11 11:33:25 CEST 2019


Commit: 9bb6058489150a65cc6e3978fb770e4f81474d8b
Author: Philipp Oeser
Date:   Wed Sep 11 11:28:55 2019 +0200
Branches: master
https://developer.blender.org/rB9bb6058489150a65cc6e3978fb770e4f81474d8b

Cleanup: typo/spelling

===================================================================

M	source/blender/editors/physics/particle_edit.c

===================================================================

diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index 0807468fbaf..7a781999dfc 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -1377,7 +1377,7 @@ static void pe_iterate_lengths(Scene *scene, PTCacheEdit *edit)
   BLI_task_parallel_range(0, edit->totpoint, &iter_data, iterate_lengths_iter, &settings);
 }
 
-/* set current distances to be kept between neighbouting keys */
+/* set current distances to be kept between neighboring keys */
 void recalc_lengths(PTCacheEdit *edit)
 {
   POINT_P;



More information about the Bf-blender-cvs mailing list