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>2020-03-24 02:27:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-24 02:36:42 +0300
commitd0d251b53b7114a52d1253b022acb04d84e39507 (patch)
tree7cc5f718adfffe9158cd4cfbe20e2aa6ae3a341d /source/blender/depsgraph/intern/eval
parent9c280630c96e3fa7194166350bd7197d28c5428f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/depsgraph/intern/eval')
-rw-r--r--source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h
index d1a30652b36..dde7d0b2782 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h
+++ b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h
@@ -51,7 +51,7 @@ class RuntimeBackup {
* copied-on-write. In this case there is no need to backup or restore anything.
*
* It also allows to have restore() logic to be symmetrical to init() without need to worry
- * that init() might not have happenned.
+ * that init() might not have happened.
*
* In practice this is used by audio system to lock audio while scene is going through
* copy-on-write mechanism. */