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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-05-08 13:25:51 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-05-08 13:58:48 +0300
commit7d9f1a699a987eb7c831f8d45c4f73316b004fb5 (patch)
tree0b07609eae44ae49863f7aef2623c3af993bcf7d /source/blender/makesdna/DNA_object_types.h
parent002dcd200178c602474c3794c3c21e3b212e6e25 (diff)
Clenup: typos.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 94187b2f2c6..326e706edc9 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -297,7 +297,7 @@ typedef struct Object {
int pad6;
int select_color;
- /* Mesh structure createrd during object evaluaiton.
+ /* Mesh structure created during object evaluation.
* It has all modifiers applied.
*/
struct Mesh *mesh_evaluated;