From 64474fbc22b3c2ccc5d45dffd58ba4f587974c52 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 4 Dec 2018 15:21:36 +0100 Subject: [PATCH] Cleanup: typo in comments. --- source/blender/blenkernel/intern/library.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c index a76ac02e06f..e631803b0cc 100644 --- a/source/blender/blenkernel/intern/library.c +++ b/source/blender/blenkernel/intern/library.c @@ -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.