GP: Cleanup typo

This commit is contained in:
Antonioya
2018-10-29 16:42:47 +01:00
parent 29428859d9
commit 11f9018ec6

View File

@@ -167,7 +167,7 @@ Brush *BKE_brush_add(Main *bmain, const char *name, const eObjectMode ob_mode)
return brush;
}
/* add grese pencil settings */
/* add grease pencil settings */
void BKE_brush_init_gpencil_settings(Brush *brush)
{
if (brush->gpencil_settings == NULL) {