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

@@ -1313,7 +1313,7 @@ void BKE_object_transform_copy(Object *ob_tar, const Object *ob_src)
/**
* Only copy internal data of Object 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!
*