Cleanup: Fix typo error

This commit is contained in:
Antonio Vazquez 2019-08-30 16:19:35 +02:00
parent 93f1d76bf0
commit 26c110f2d2

View File

@ -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);