[Bf-blender-cvs] [77c164439f6] asset-engine: Typo

Sybren A. Stüvel noreply at git.blender.org
Fri Apr 13 11:59:14 CEST 2018


Commit: 77c164439f68e4bec98794b8d872158f84cb533c
Author: Sybren A. Stüvel
Date:   Fri Apr 13 11:57:50 2018 +0200
Branches: asset-engine
https://developer.blender.org/rB77c164439f68e4bec98794b8d872158f84cb533c

Typo

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

M	source/blender/makesrna/intern/rna_asset.c

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

diff --git a/source/blender/makesrna/intern/rna_asset.c b/source/blender/makesrna/intern/rna_asset.c
index 7ab18692df6..294cd296588 100644
--- a/source/blender/makesrna/intern/rna_asset.c
+++ b/source/blender/makesrna/intern/rna_asset.c
@@ -1550,7 +1550,7 @@ static void rna_def_asset_engine(BlenderRNA *brna)
 	/* Ensure (pre-load) callback */
 	func = RNA_def_function(srna, "ensure_uuids", NULL);
 	RNA_def_function_ui_description(func, "Ensure given UUIDs are really available "
-	                                      "(download or generate to local cahe, etc.)");
+	                                      "(download or generate to local cache, etc.)");
 	RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE);
 	RNA_def_int(func, "job_id", AE_JOB_ID_UNSET, AE_JOB_ID_INVALID, INT_MAX, "",
 	            "Job ID (JOB_ID_UNSET to start a new one)", AE_JOB_ID_INVALID, INT_MAX);



More information about the Bf-blender-cvs mailing list