This commit is contained in:
Mike Griese 2021-09-30 12:48:09 -05:00
parent 0e7217d354
commit ae99ce9c36

View file

@ -208,7 +208,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
Json::Value root;
// First load the contents of state.json into a json blob. This will
// contain the Shared properties and teh unelevated instance's Local
// contain the Shared properties and the unelevated instance's Local
// properties.
const auto sharedData = _readSharedContents().value_or(std::string{});
if (!sharedData.empty())