From bb4893956069ffd336610d88f50715ac6b433f82 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 20:59:03 -0500 Subject: [PATCH] spelling: converter --- src/CalcViewModel/UnitConverterViewModel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CalcViewModel/UnitConverterViewModel.h b/src/CalcViewModel/UnitConverterViewModel.h index 6aef9dc4..ec8312f5 100644 --- a/src/CalcViewModel/UnitConverterViewModel.h +++ b/src/CalcViewModel/UnitConverterViewModel.h @@ -74,7 +74,7 @@ namespace CalculatorApp Platform::String^ get() { return ref new Platform::String(m_original.abbreviation.c_str()); } } - // This method is used to return the desired automation name for default unit in UnitConveter combo box. + // This method is used to return the desired automation name for default unit in UnitConverter combo box. Platform::String^ ToString() override { return AccessibleName; @@ -333,7 +333,7 @@ namespace CalculatorApp std::wstring m_valueFromUnlocalized; std::wstring m_valueToUnlocalized; bool m_relocalizeStringOnSwitch; - // For Saving the User Preferences only if the Unit convertyer ViewModel is initialised for the first time + // For Saving the User Preferences only if the Unit converter ViewModel is initialised for the first time bool m_IsFirstTime; Platform::String^ m_localizedValueFromFormat;