Fix spelling

This commit is contained in:
John Lewin 2019-01-15 12:23:40 -08:00
parent 415a66a9d3
commit 8078346419
4 changed files with 7 additions and 9 deletions

View file

@ -115,7 +115,7 @@ namespace MatterHackers.MatterControl.DesignTools
public bool BendCcw { get; set; } = true;
[Range(3, 360, ErrorMessage = "Value for {0} must be between {1} and {2}.")]
[Description("Ensurs the rotated part has a minimum number of sides per complete rotation")]
[Description("Ensues the rotated part has a minimum number of sides per complete rotation")]
public double MinSidesPerRotation { get; set; } = 3;
// holds where we rotate the object