From 84941c698e33a9dada6c51cb37f411ebf54798cc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Mar 2019 13:27:13 -0500 Subject: [PATCH] Spelling (#135) --- docs/ManualTests.md | 2 +- .../CalculatorAppLauncher.cs | 2 +- .../Utilities/PerfTestConstants.cs | 2 +- .../Config/AppLifecycle.Iterations.xml | 2 +- .../Config/AppLifecycle.Profile.wprp | 2 +- .../Calculator.UITests/Tests/AppLifecycleTests.cs | 4 ++-- src/CalcManager/CEngine/History.cpp | 10 +++++----- src/CalcManager/CEngine/scicomm.cpp | 6 +++--- src/CalcManager/CalculatorManager.cpp | 14 +++++++------- src/CalcManager/Header Files/History.h | 2 +- src/CalcManager/Ratpack/rat.cpp | 4 ++-- .../Common/AlwaysSelectedCollectionView.h | 2 +- .../Common/Automation/LiveRegionHost.h | 2 +- src/CalcViewModel/Common/NavCategory.cpp | 6 +++--- src/CalcViewModel/Common/NavCategory.h | 2 +- src/CalcViewModel/Common/ValidatingConverters.h | 4 ++-- .../DataLoaders/CurrencyDataLoader.cpp | 2 +- src/CalcViewModel/DateCalculatorViewModel.cpp | 2 +- src/CalcViewModel/DateCalculatorViewModel.h | 2 +- src/CalcViewModel/UnitConverterViewModel.cpp | 4 ++-- src/CalcViewModel/UnitConverterViewModel.h | 6 +++--- .../Common/AlwaysSelectedCollectionView.h | 2 +- .../DesignData/DesignStandardCalculatorViewModel.h | 2 +- src/Calculator/Resources/en-GB/Resources.resw | 2 +- src/Calculator/Resources/en-US/Resources.resw | 2 +- src/CalculatorUnitTests/CalculatorManagerTest.cpp | 14 +++++++------- src/CalculatorUnitTests/CopyPasteManagerTest.cpp | 10 +++++----- src/CalculatorUnitTests/MultiWindowUnitTests.cpp | 4 ++-- src/CalculatorUnitTests/UnitTestApp.rd.xml | 2 +- 29 files changed, 60 insertions(+), 60 deletions(-) diff --git a/docs/ManualTests.md b/docs/ManualTests.md index 6fbc671..a1d9de5 100644 --- a/docs/ManualTests.md +++ b/docs/ManualTests.md @@ -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. diff --git a/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs b/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs index b90c984..df2ad9c 100644 --- a/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs +++ b/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs @@ -20,7 +20,7 @@ public static class CalculatorAppLauncher { public const string CoreWindowClassName = "Windows.UI.Core.CoreWindow"; - // This doesn't actually work right now becaue popup will disappear + // This doesn't actually work right now because popup will disappear // Bug 13713223: ContentDialog/Popup does not show up in the UIA tree when Windows.Current.Content has an AutomationName set. // public static readonly UICondition TopLevelWindowUICondition = UICondition.CreateFromId(Constants.TopLevelWindowAutomationId); public static readonly UICondition CoreWindowUICondition = UICondition.CreateFromClassName(CoreWindowClassName) diff --git a/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs b/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs index ae329b7..02c0206 100644 --- a/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs +++ b/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs @@ -36,6 +36,6 @@ public class PerfConstants /// /// These are uses with the DataSource test property to specify iteration info. /// - public const string AppLifecycleInterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations"; + public const string AppLifecycleIterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations"; } } diff --git a/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml b/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml index 91a96bc..65cec85 100644 --- a/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml +++ b/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml @@ -1,7 +1,7 @@