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>2021-03-05 06:33:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-05 06:44:28 +0300
commitaa8671024223368b0a4ef38c5229c270f50f2902 (patch)
tree0b8ede0e9eb66293089fac529e1ce46547f544b1 /source/blender/makesdna/DNA_ID.h
parentb9833860e5652e420d6aafbdce2ae77bafd45055 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index b985ba1ed5f..14f0fef5270 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -730,7 +730,7 @@ typedef enum IDRecalcFlag {
* About Order:
* ------------
*
- * This is (losely) defined with a relationship order in mind, from lowest level (ID types using,
+ * This is (loosely) defined with a relationship order in mind, from lowest level (ID types using,
* referencing almost no other ID types) to highest level (ID types potentially using many other ID
* types).
*