Revise naming to reflect behavior - LoadSettingsFromConfigFile

- Be more clear about when we return null
 - Spelling
This commit is contained in:
John Lewin 2016-02-25 12:01:39 -08:00
parent 6698f81b9f
commit 1f5cc95000
3 changed files with 16 additions and 10 deletions

View file

@ -40,7 +40,7 @@ namespace MatterHackers.MatterControl.Slicing.Tests
public class SliceLayersTests
{
[Test]
public void SliceLayersGeneratingCorrectSegmets()
public void SliceLayersGeneratingCorrectSegments()
{
// TODO: Make tests work on Mac as well as Windows
if (OsInformation.OperatingSystem == OSType.Mac)