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

@@ -96,7 +96,7 @@ MetaBall *BKE_mball_add(Main *bmain, const char *name)
/**
* Only copy internal data of MetaBall 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!
*