[Bf-blender-cvs] [3c4b70d4b29] workspaces: Fix typo in comment

Julian Eisel noreply at git.blender.org
Sun May 14 21:21:44 CEST 2017


Commit: 3c4b70d4b2920d325a87bf6af79841b79feb6fbc
Author: Julian Eisel
Date:   Sun May 14 04:17:27 2017 +0200
Branches: workspaces
https://developer.blender.org/rB3c4b70d4b2920d325a87bf6af79841b79feb6fbc

Fix typo in comment

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

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

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

diff --git a/source/blender/blenkernel/intern/idcode.c b/source/blender/blenkernel/intern/idcode.c
index 8c5c4ae9d84..28773223985 100644
--- a/source/blender/blenkernel/intern/idcode.c
+++ b/source/blender/blenkernel/intern/idcode.c
@@ -56,7 +56,7 @@ typedef struct {
  * \note Plural need to match rna_main.c's MainCollectionDef.
  * \note IDs that are only linkable (non-appendable) aren't used currently and thus poorly tested.
  *
- * \warning Keep it in sync with i19n contexts in BLT_translation.h!
+ * \warning Keep it in sync with i18n contexts in BLT_translation.h!
  */
 static IDType idtypes[] = {
 	/** ID's directly below must all be in #Main (membership, not order), and be kept in sync with #MAX_LIBARRAY */




More information about the Bf-blender-cvs mailing list