[Bf-blender-cvs] [64474fbc22b] blender2.8: Cleanup: typo in comments.

Bastien Montagne noreply at git.blender.org
Tue Dec 4 17:09:41 CET 2018


Commit: 64474fbc22b3c2ccc5d45dffd58ba4f587974c52
Author: Bastien Montagne
Date:   Tue Dec 4 15:21:36 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB64474fbc22b3c2ccc5d45dffd58ba4f587974c52

Cleanup: typo in comments.

===================================================================

M	source/blender/blenkernel/intern/library.c

===================================================================

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.



More information about the Bf-blender-cvs mailing list