[Bf-blender-cvs] [819ad49d293] blender2.8: Cleanup: typo.

Bastien Montagne noreply at git.blender.org
Thu Jun 7 16:03:38 CEST 2018


Commit: 819ad49d29368371118b9708baff391f39bde715
Author: Bastien Montagne
Date:   Thu Jun 7 16:02:55 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB819ad49d29368371118b9708baff391f39bde715

Cleanup: typo.

===================================================================

M	source/blender/makesdna/DNA_object_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 152b4b346e9..f37bccbfe4e 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -147,7 +147,7 @@ typedef struct ObjectDisplay {
 typedef struct Object_Runtime {
 	/* Original mesh pointer, before object->data was changed to point
 	 * to mesh_eval.
-	 * Is assigned by dependency craph's copy-on-write evaluation.
+	 * Is assigned by dependency graph's copy-on-write evaluation.
 	 */
 	struct Mesh *mesh_orig;
 	/* Mesh structure created during object evaluation.



More information about the Bf-blender-cvs mailing list