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 <ideasman42@gmail.com>2021-10-20 01:19:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-20 01:19:21 +0300
commit93197c4660daaaa40527a701570f55ad76a99eb3 (patch)
treed1e3a76429c97249219afa12b6714df0987a2bd5 /source/blender/makesdna
parent967fec68837d3496b994094e5f24775ebcf6f6ce (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_node_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index e6d02923dfe..12b81433ffd 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -1529,7 +1529,7 @@ typedef struct NodeGeometryRaycast {
/* CustomDataType. */
int8_t data_type;
- /* Deprecated input types in new Raycast node. Can be removed when legacy nodes are no longer
+ /* Deprecated input types in new Ray-cast node. Can be removed when legacy nodes are no longer
* supported. */
uint8_t input_type_ray_direction;
uint8_t input_type_ray_length;