Fix spelling

This commit is contained in:
jlewin 2019-04-19 09:52:49 -07:00
parent 713fb8490b
commit 297eefc30e
35 changed files with 44 additions and 44 deletions

View file

@ -92,7 +92,7 @@ namespace MatterHackers.MatterControl.DesignTools
Sides = agg_basics.Clamp(Sides, 3, 360, ref valuesChanged);
LatitudeSides = agg_basics.Clamp(LatitudeSides, 3, 360, ref valuesChanged);
using (new CenterAndHeightMantainer(this))
using (new CenterAndHeightMaintainer(this))
{
var startingAngle = StartingAngle;
var endingAngle = EndingAngle;