Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-12-04 17:21:36 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-04 18:56:54 +0300
commit64474fbc22b3c2ccc5d45dffd58ba4f587974c52 (patch)
treea0657275af3744a7068eec3398879cab55c864da /source/blender/blenkernel/intern/library.c
parentbe91d4ef95760492869e6a80f9ef80da059a223f (diff)
Cleanup: typo in comments.
Diffstat (limited to 'source/blender/blenkernel/intern/library.c')
-rw-r--r--source/blender/blenkernel/intern/library.c4
1 files 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.