diff --git a/Source/Editor/Editor.cpp b/Source/Editor/Editor.cpp index 8e4090c40..3d77445b9 100644 --- a/Source/Editor/Editor.cpp +++ b/Source/Editor/Editor.cpp @@ -550,7 +550,7 @@ int32 Editor::LoadProduct() } if (!FileSystem::FileExists(files[0])) { - Platform::Fatal(TEXT("Cannot opoen selected project file because it doesn't exist.")); + Platform::Fatal(TEXT("Cannot open selected project file because it doesn't exist.")); return -1; } projectPath = StringUtils::GetDirectoryName(files[0]);