From cad98923d006e088a2f780e05e2aa1abe7b64b32 Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Sat, 4 Jul 2020 01:02:54 +0200 Subject: Cleanup: spelling --- source/blender/makesrna/intern/rna_sequencer_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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); } -- cgit v1.2.3