Skip to content

Commit

Permalink
Fix tangent typo (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Jan 18, 2024
1 parent 6f10b42 commit 1826f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/add_geometric_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main(self, context):


class VIEW3D_OT_slvs_add_tangent(Operator, GenericConstraintOp):
"""Add a tagent constraint"""
"""Add a tangent constraint"""

bl_idname = Operators.AddTangent
bl_label = "Tangent"
Expand Down

0 comments on commit 1826f58

Please sign in to comment.