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-07-05 15:26:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-05 15:27:03 +0300
commitbd0de99b52ddfb53f57c9c57dcd17fba33790f33 (patch)
treecee5911fe72a0279e82e5c9539d6afa461878d8e /source/blender/modifiers/intern/MOD_array.c
parent2ecc33d84b7c4cd1a235bd6afb4dd306a8b3dfc8 (diff)
Cleanup: spelling, punctuation
Diffstat (limited to 'source/blender/modifiers/intern/MOD_array.c')
-rw-r--r--source/blender/modifiers/intern/MOD_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c
index c5e3833aa4a..722614c4831 100644
--- a/source/blender/modifiers/intern/MOD_array.c
+++ b/source/blender/modifiers/intern/MOD_array.c
@@ -427,7 +427,7 @@ static Mesh *arrayModifier_doArray(ArrayModifierData *amd,
}
}
- /* Build up offset array, cumulating all settings options */
+ /* Build up offset array, accumulating all settings options. */
unit_m4(offset);
src_mvert = mesh->mvert;