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 <campbell@blender.org>2022-05-11 10:01:06 +0300
committerCampbell Barton <campbell@blender.org>2022-05-11 10:02:06 +0300
commitb30cb05c14a9061f53367e9a4ad76d39dc62d7ee (patch)
treeed67a825802d64f973e63119d6b490eab1922697 /intern/cycles/blender/mesh.cpp
parent195986a71969f2fa20c4d6de89cdbcb8f62f3ba1 (diff)
Cleanup: spelling in comments/strings
D14918 from @linux_dr with some other changes included.
Diffstat (limited to 'intern/cycles/blender/mesh.cpp')
-rw-r--r--intern/cycles/blender/mesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/mesh.cpp b/intern/cycles/blender/mesh.cpp
index de67e27923d..c76ce3801d4 100644
--- a/intern/cycles/blender/mesh.cpp
+++ b/intern/cycles/blender/mesh.cpp
@@ -316,7 +316,7 @@ static void fill_generic_attribute(BL::Mesh &b_mesh,
break;
}
case BL::Attribute::domain_EDGE: {
- /* Averge edge attributes at vertices. */
+ /* Average edge attributes at vertices. */
const size_t num_verts = b_mesh.vertices.length();
vector<int> count(num_verts, 0);