Fix spell check issues

This commit is contained in:
Leonard Hecker 2021-09-17 20:51:28 +02:00
parent 9c59a20ea6
commit 76b78dcaa1
2 changed files with 2 additions and 1 deletions

View file

@ -557,6 +557,7 @@ DECSTR
DECSWL
DECTCEM
Dedupe
deduplicate
deduplicated
DEFAPP
DEFAULTBACKGROUND

View file

@ -143,7 +143,7 @@ void SettingsLoader::GenerateProfiles()
CATCH_LOG_MSG("Dynamic Profile Namespace: \"%.*s\"", gsl::narrow<int>(generatorNamespace.size()), generatorNamespace.data())
// If the generator produced some profiles we're going to give them default attributes.
// By settings the Origin/Source/... here, we deduplicate some code and ensure they aren't accidentally missing.
// By settings the Origin/Source/etc. here, we deduplicate some code and ensure they aren't missing accidentally.
if (inboxSettings.profiles.size() > previousSize)
{
const winrt::hstring source{ generatorNamespace };