Fixed Typos and padding

This commit is contained in:
W2.Wizard
2021-01-17 10:18:30 +01:00
parent 0e768694b5
commit 8fd0af3f39
19 changed files with 24 additions and 24 deletions

View File

@@ -567,7 +567,7 @@ bool ScriptsBuilderService::Init()
LOG(Warning, "Missing EditorTarget property in opened project, using deducted target name {0}", Editor::Project->EditorTarget);
}
// Remove any reaming files from previous Editor run hot-reloads
// Remove any remaining files from previous Editor run hot-reloads
const Char *target, *platform, *architecture, *configuration;
ScriptsBuilder::GetBinariesConfiguration(target, platform, architecture, configuration);
if (target)