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>2015-05-17 09:09:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-17 09:09:32 +0300
commitdaeb3069cfbc0e5997e6d850adc968d17864baba (patch)
tree849f792486b6fcae6c614b98297987a15eefc361 /source/blender/depsgraph/intern/depsgraph.h
parent6ba128129d871b656623ce231fd7cba7a4d7af1d (diff)
Cleanup: typos
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 0232410b958..c693f4aa3b0 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -195,7 +195,7 @@ struct Depsgraph {
};
/**
- * Helper macros for interating over set of relationship links
+ * Helper macros for iterating over set of relationship links
* incident on each node.
*
* \note it is safe to perform removal operations here...