From cdfaddbb1d426fb090c8abebdd0fa5bef236a011 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 10 Feb 2020 10:33:00 +1100 Subject: Cleanup: spelling --- source/blender/makesrna/intern/rna_scene_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_scene_api.c') diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c index 3562569acec..ee697955ad4 100644 --- a/source/blender/makesrna/intern/rna_scene_api.c +++ b/source/blender/makesrna/intern/rna_scene_api.c @@ -365,7 +365,7 @@ void RNA_api_scene(StructRNA *srna) RNA_def_function_ui_description(func, "Clear sequence editor in this scene"); # ifdef WITH_ALEMBIC - /* XXX Deprecated, will be removed in 2.8 in favour of calling the export operator. */ + /* XXX Deprecated, will be removed in 2.8 in favor of calling the export operator. */ func = RNA_def_function(srna, "alembic_export", "rna_Scene_alembic_export"); RNA_def_function_ui_description( func, "Export to Alembic file (deprecated, use the Alembic export operator)"); -- cgit v1.2.3