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-25 05:46:55 +0300
committerCampbell Barton <campbell@blender.org>2022-05-25 05:46:55 +0300
commitceff1c2f65459b9eb6b12c3baff5f7af360ae738 (patch)
tree7e5235bcd22e251ebfc9ff41140e2c7e56192a1c /source/blender/depsgraph/intern
parentae73bd3d9ebcbbc3729d4f3f23927012c6ac3abd (diff)
Cleanup: spelling, unbalanced doxy sections
Diffstat (limited to 'source/blender/depsgraph/intern')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_stack.h b/source/blender/depsgraph/intern/builder/deg_builder_stack.h
index 7c157491d43..3f9cc83928a 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_stack.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_stack.h
@@ -71,7 +71,7 @@ class BuilderStack {
* `BuilderStack::trace` (which pushes entry to the stack), and upon destruction of this object
* the corresponding entry is popped from the stack.
*
- * The goal of this `ScopedEntry` is to free developers from worryign about removing entries from
+ * The goal of this `ScopedEntry` is to free developers from worrying about removing entries from
* the stack whenever leaving a builder step scope. */
class ScopedEntry {
public: