From 721b705499fee2b999f74c7928892c9a9fce5bc2 Mon Sep 17 00:00:00 2001 From: Nikhil Shringarpurey Date: Wed, 2 Mar 2022 10:05:15 -0800 Subject: UI: Comments Misspellings of Vertex/Vertices Correct misspellings in code comments of "vertex" and "vertices". See D13932 for more details. Differential Revision: https://developer.blender.org/D13932 Reviewed by Harley Acheson --- source/blender/simulation/intern/SIM_mass_spring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/simulation/intern') diff --git a/source/blender/simulation/intern/SIM_mass_spring.cpp b/source/blender/simulation/intern/SIM_mass_spring.cpp index 5dfca5bda74..46597f80d75 100644 --- a/source/blender/simulation/intern/SIM_mass_spring.cpp +++ b/source/blender/simulation/intern/SIM_mass_spring.cpp @@ -788,7 +788,7 @@ static void cloth_calc_force( } } -/* returns vertexes' motion state */ +/* returns vertices' motion state */ BLI_INLINE void cloth_get_grid_location(Implicit_Data *data, float cell_scale, const float cell_offset[3], -- cgit v1.2.3