From a4a9d14ba71100259f19bd62e8c2f27cd8b7862f Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 5 Feb 2021 19:07:03 -0800 Subject: UI: Fix Typos in Comments and Docs Approximately 91 spelling corrections, almost all in comments. Differential Revision: https://developer.blender.org/D10288 Reviewed by Harley Acheson --- source/blender/makesdna/DNA_brush_types.h | 2 +- source/blender/makesdna/DNA_cloth_types.h | 2 +- source/blender/makesdna/DNA_gpencil_modifier_types.h | 2 +- source/blender/makesdna/DNA_modifier_defaults.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h index e373500a0ed..91e0bc0ffa1 100644 --- a/source/blender/makesdna/DNA_brush_types.h +++ b/source/blender/makesdna/DNA_brush_types.h @@ -289,7 +289,7 @@ typedef struct Brush { int curve_preset; - /* Maximun distance to search fake neighbors from a vertex. */ + /* Maximum distance to search fake neighbors from a vertex. */ float disconnected_distance_max; int deform_target; diff --git a/source/blender/makesdna/DNA_cloth_types.h b/source/blender/makesdna/DNA_cloth_types.h index 467174c4f32..1eff7be3f15 100644 --- a/source/blender/makesdna/DNA_cloth_types.h +++ b/source/blender/makesdna/DNA_cloth_types.h @@ -166,7 +166,7 @@ typedef struct ClothSimSettings { /** Mechanical damping of shear springs. */ float shear_damp; - /** The maximum lenght an internal spring can have during creation. */ + /** The maximum length an internal spring can have during creation. */ float internal_spring_max_length; /** How much the interal spring can diverge from the vertex normal during creation. */ float internal_spring_max_diversion; diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h index 1f7283a1c70..b2d62e0a5f6 100644 --- a/source/blender/makesdna/DNA_gpencil_modifier_types.h +++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h @@ -182,7 +182,7 @@ typedef struct ThickGpencilModifierData { int flag; /** Relative thickness factor. */ float thickness_fac; - /** Absolute thickness overide. */ + /** Absolute thickness override. */ int thickness; /** Custom index for passes. */ int layer_pass; diff --git a/source/blender/makesdna/DNA_modifier_defaults.h b/source/blender/makesdna/DNA_modifier_defaults.h index 860a9affb3e..9335c360363 100644 --- a/source/blender/makesdna/DNA_modifier_defaults.h +++ b/source/blender/makesdna/DNA_modifier_defaults.h @@ -236,7 +236,7 @@ .flag = 0, \ } -/* Defines are scattered accross too many files, they need to be moved to DNA. */ +/* Defines are scattered across too many files, they need to be moved to DNA. */ #if 0 #define _DNA_DEFAULT_DataTransferModifierData \ { \ -- cgit v1.2.3