Fix typo in error log message

This commit is contained in:
VNC
2020-12-29 03:03:04 +01:00
parent fb22d1dd32
commit 3975efc9e4

View File

@@ -309,7 +309,7 @@ void GameCooker::Build(BuildPlatform platform, BuildConfiguration configuration,
PlatformTools* tools = GetTools(platform);
if (tools == nullptr)
{
LOG(Error, "Build platform {0} is not suppoerd.", ::ToString(platform));
LOG(Error, "Build platform {0} is not supported.", ::ToString(platform));
return;
}