Cleanup: typo in comments.

This commit is contained in:
Bastien Montagne 2018-12-04 15:21:36 +01:00
parent be91d4ef95
commit 64474fbc22
1 changed files with 2 additions and 2 deletions

View File

@ -2134,7 +2134,7 @@ void BKE_libblock_rename(Main *bmain, ID *id, const char *name)
}
/**
* Generate full name of the data-block (without ID code, but with library is any)
* Generate full name of the data-block (without ID code, but with library if any).
*
* \note Result is unique to a given ID type in a given Main database.
*
@ -2157,7 +2157,7 @@ void BKE_id_full_name_get(char name[MAX_ID_FULL_NAME], const ID *id)
}
/**
* Generate full name of the data-block (without ID code, but with library is any), with a 3-character prefix prepended
* Generate full name of the data-block (without ID code, but with library if any), with a 3-character prefix prepended
* indicating whether it comes from a library, is overriding, has a fake or no user, etc.
*
* \note Result is unique to a given ID type in a given Main database.