Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-28 05:59:08 +0300
committerCampbell Barton <campbell@blender.org>2022-01-28 06:52:47 +0300
commit9f6b19526de8b69bf8015b835f358dd8c2eb6449 (patch)
treee14530ca6a360aba16181b6d64a0f48acf6e0efc /source/blender/makesrna/intern/rna_object_api.c
parent7475012e24ad02c116ad2dcdcd7b36ca60f62103 (diff)
Cleanup: spelling in comments
Also minor wording improvements.
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index cc9f6454337..dbf9b757728 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -1012,7 +1012,7 @@ void RNA_api_object(StructRNA *srna)
parm, "", "The ortho scale to aim to be able to see all given points (if relevant)");
RNA_def_parameter_flags(parm, 0, PARM_OUTPUT);
- /* Crazyspace access. */
+ /* Crazy-space access. */
func = RNA_def_function(srna, "crazyspace_eval", "rna_Object_crazyspace_eval");
RNA_def_function_ui_description(