Cleanup: typo in comment.

This commit is contained in:
2019-02-04 20:39:59 +01:00
parent 8b716655e2
commit cfe8f76616
28 changed files with 29 additions and 29 deletions

View File

@@ -556,7 +556,7 @@ struct Brush *BKE_brush_first_search(struct Main *bmain, const eObjectMode ob_mo
/**
* Only copy internal data of Brush ID from source to already allocated/initialized destination.
* You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs.
* You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs.
*
* WARNING! This function will not handle ID user count!
*