[Bf-blender-cvs] [d892f96cb18] master: Cleanup: Fix typo in comment

Julian Eisel noreply at git.blender.org
Thu Jul 28 12:52:37 CEST 2022


Commit: d892f96cb183144dd6684c47b589bd5df76b5985
Author: Julian Eisel
Date:   Thu Jul 28 12:52:20 2022 +0200
Branches: master
https://developer.blender.org/rBd892f96cb183144dd6684c47b589bd5df76b5985

Cleanup: Fix typo in comment

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

M	source/blender/makesdna/DNA_asset_types.h

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

diff --git a/source/blender/makesdna/DNA_asset_types.h b/source/blender/makesdna/DNA_asset_types.h
index d49d0906aa7..29795519719 100644
--- a/source/blender/makesdna/DNA_asset_types.h
+++ b/source/blender/makesdna/DNA_asset_types.h
@@ -96,7 +96,7 @@ typedef enum eAssetLibraryType {
 } eAssetLibraryType;
 
 /**
- * Information to identify a asset library. May be either one of the predefined types (current
+ * Information to identify an asset library. May be either one of the predefined types (current
  * 'Main', builtin library, project library), or a custom type as defined in the Preferences.
  *
  * If the type is set to #ASSET_LIBRARY_CUSTOM, `custom_library_index` must be set to identify the



More information about the Bf-blender-cvs mailing list