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
path: root/source
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2015-08-21 18:30:09 +0300
committerJoshua Leung <aligorith@gmail.com>2015-08-22 07:53:58 +0300
commit79e3a27c7a4b16fe3b55c5f2b3500f9e2e8bae16 (patch)
tree825167ecf14e36cbc140c945ed9b8a560a5ebe9f /source
parent24e56d4c3906f315b12e44aeb9f4bb4e4c34a9f6 (diff)
Typo fix
Diffstat (limited to 'source')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_types.h b/source/blender/depsgraph/intern/depsgraph_types.h
index 3616fe85496..f5fbf0bcc76 100644
--- a/source/blender/depsgraph/intern/depsgraph_types.h
+++ b/source/blender/depsgraph/intern/depsgraph_types.h
@@ -127,7 +127,7 @@ typedef enum eDepsOperation_Type {
* data-level checks...
*/
typedef enum eDepsRelation_Type {
- /* reationship type unknown/irrelevant */
+ /* relationship type unknown/irrelevant */
DEPSREL_TYPE_STANDARD = 0,
/* root -> active scene or entity (screen, image, etc.) */