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-08-19 06:49:13 +0300
committerCampbell Barton <campbell@blender.org>2022-08-19 06:49:13 +0300
commit1a3bc09e893308cb6d31640856d23006fac56292 (patch)
treee9c3e2701b2350c8b84fc94f9585a9cc3921c0e8 /source/blender/nodes/composite
parent2a15040777a04170a00c3591065b8243e40428d5 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/nodes/composite')
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_bokehimage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/composite/nodes/node_composite_bokehimage.cc b/source/blender/nodes/composite/nodes/node_composite_bokehimage.cc
index ddb1e569c52..13c3b793148 100644
--- a/source/blender/nodes/composite/nodes/node_composite_bokehimage.cc
+++ b/source/blender/nodes/composite/nodes/node_composite_bokehimage.cc
@@ -91,7 +91,7 @@ class BokehImageOperation : public NodeOperation {
return *static_cast<NodeBokehImage *>(bnode().storage);
}
- /* The exterior angle is the angle between each two consective vertices of the regular polygon
+ /* The exterior angle is the angle between each two consecutive vertices of the regular polygon
* from its center. */
float get_exterior_angle()
{