spelling: calculator

This commit is contained in:
Josh Soref 2019-03-06 20:52:00 -05:00
commit 83c29eb1e3
2 changed files with 3 additions and 3 deletions

View file

@ -124,7 +124,7 @@ Steps:
m. “( )" Parenthesis
**All Calulators Test: Verify memory functions**
**All Calculators Test: Verify memory functions**
Steps:
1. Launch the "Calculator" app.
2. Navigate to "Standard" Calculator.

View file

@ -79,7 +79,7 @@ namespace CalculatorUnitTests
}
}
// Create 3 separate instances of Calulator in different modes
// Create 3 separate instances of Calculator in different modes
TEST_METHOD(InitializeMultipleModeInstancesTest)
{
std::vector<StandardCalculatorViewModel^> viewModels(3);
@ -584,7 +584,7 @@ namespace CalculatorUnitTests
}
}
// Perform calculations on 3 separate instances of Calcuator and verify that their Memory List items are maintained separately
// Perform calculations on 3 separate instances of Calculator and verify that their Memory List items are maintained separately
TEST_METHOD(MultipleModesMemoryAddItemTest)
{
std::vector<StandardCalculatorViewModel^> viewModels(3);