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>2019-07-02 10:38:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-07-02 11:05:10 +0300
commit10b694877b1065c262fdce22ab35be4752ad7076 (patch)
treeed7e492014f8407a9106ee5d06162b8d3af3603f /source/blender/depsgraph/intern/builder/deg_builder_rna.h
parenta9635c63842d47009cbb9b9de7ca8afa112254bf (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_rna.h')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_rna.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_rna.h b/source/blender/depsgraph/intern/builder/deg_builder_rna.h
index 26d7963e0a8..8a79d9abef9 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_rna.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_rna.h
@@ -85,7 +85,7 @@ class RNANodeQuery {
/* Indexed by an ID, returns RNANodeQueryIDData associated with that ID. */
GHash *id_data_map_;
- /* Construct identifier of the node which correspods given configuration
+ /* Construct identifier of the node which corresponds given configuration
* of RNA property. */
RNANodeIdentifier construct_node_identifier(const PointerRNA *ptr,
const PropertyRNA *prop,