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:
authorAntonio Vazquez <blendergit@gmail.com>2019-08-30 17:19:35 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-08-30 17:19:35 +0300
commit26c110f2d243eddcb5bf80c1214d00d810181f1a (patch)
tree2ee3574e7e51015cb6b894fd57c008196b34e226 /source/blender/blenkernel/intern/material.c
parent93f1d76bf0eb5bcae43ffda4022c3d2018962994 (diff)
Cleanup: Fix typo error
Diffstat (limited to 'source/blender/blenkernel/intern/material.c')
-rw-r--r--source/blender/blenkernel/intern/material.c2
1 files changed, 1 insertions, 1 deletions
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);