Commit: cad98923d006e088a2f780e05e2aa1abe7b64b32
Author: Richard Antalik
Date:   Sat Jul 4 01:02:54 2020 +0200
Branches: master
https://developer.blender.org/rBcad98923d006e088a2f780e05e2aa1abe7b64b32

Cleanup: spelling

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

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

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

diff --git a/source/blender/makesrna/intern/rna_sequencer_api.c 
b/source/blender/makesrna/intern/rna_sequencer_api.c
index 28603132c77..277ef4d152f 100644
--- a/source/blender/makesrna/intern/rna_sequencer_api.c
+++ b/source/blender/makesrna/intern/rna_sequencer_api.c
@@ -506,7 +506,7 @@ void RNA_api_sequence_strip(StructRNA *srna)
   func = RNA_def_function(srna, "invalidate_cache", 
"rna_Sequence_invalidate_cache_rnafunc");
   RNA_def_function_flag(func, FUNC_USE_SELF_ID);
   RNA_def_function_ui_description(func,
-                                  "Invalidate Cached images for strip and all 
dependant strips. ");
+                                  "Invalidate cached images for strip and all 
dependent strips");
   parm = RNA_def_enum(func, "type", seq_cahce_type_items, 0, "Type", "Cache 
Type");
   RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED);
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to