[Bf-blender-cvs] [26c110f2d24] master: Cleanup: Fix typo error

Antonio Vazquez noreply at git.blender.org
Fri Aug 30 16:19:42 CEST 2019


Commit: 26c110f2d243eddcb5bf80c1214d00d810181f1a
Author: Antonio Vazquez
Date:   Fri Aug 30 16:19:35 2019 +0200
Branches: master
https://developer.blender.org/rB26c110f2d243eddcb5bf80c1214d00d810181f1a

Cleanup: Fix typo error

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

M	source/blender/blenkernel/intern/material.c

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

diff --git a/source/blender/blenkernel/intern/material.c b/source/blender/blenkernel/intern/material.c
index cc9be2c5dda..a2d13ea182b 100644
--- a/source/blender/blenkernel/intern/material.c
+++ b/source/blender/blenkernel/intern/material.c
@@ -82,7 +82,7 @@ void init_def_material(void)
   BKE_material_gpencil_init(&defgpencil_material);
 }
 
-/* Free the GPencil data of the deafult material, creator.c */
+/* Free the GPencil data of the default material, creator.c */
 void BKE_material_gpencil_default_free(void)
 {
   MEM_SAFE_FREE(defgpencil_material.gp_style);



More information about the Bf-blender-cvs mailing list