Fix typos in source comments and descriptions

Patch contributed by luzpaz.

Differential Revision: https://developer.blender.org/D5800
This commit is contained in:
Brecht Van Lommel
2019-10-01 20:13:26 +02:00
parent 50c493fb22
commit ed161459d1
33 changed files with 50 additions and 51 deletions

View File

@ -37,7 +37,7 @@ class Fillet(bpy.types.Operator):
radius: bpy.props.FloatProperty(name='Radius', description='Radius of the rounded corners', unit='LENGTH', min=0.0, default=0.1)
chamfer_mode: bpy.props.BoolProperty(name='Chamfer', description='Cut off sharp without rounding', default=False)
limit_half_way: bpy.props.BoolProperty(name='Limit Half Way', description='Limits the segements to half their length in order to prevent collisions', default=False)
limit_half_way: bpy.props.BoolProperty(name='Limit Half Way', description='Limits the segments to half their length in order to prevent collisions', default=False)
@classmethod
def poll(cls, context):