From 135985c94d22a153a8b5f0993129039a23b90fbf Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 20:59:44 -0500 Subject: [PATCH] spelling: currency --- src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp b/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp index 434cc6f4..5366f375 100644 --- a/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp +++ b/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp @@ -588,7 +588,7 @@ bool CurrencyDataLoader::TryParseAllRatiosData(_In_ String^ rawJson, _Inout_ Cur // // There are a few ways we can get the data needed for Currency Converter, including from cache or from web. // This function accepts the data from any source, and acts as a 'last-steps' for the converter to be ready. -// This includes identifying which units will be selected and building the map of curreny ratios. +// This includes identifying which units will be selected and building the map of currency ratios. #pragma optimize("", off) // Turn off optimizations to work around DevDiv 393321 task CurrencyDataLoader::FinalizeUnits(_In_ const vector& staticData, _In_ const CurrencyRatioMap& ratioMap) {