diff options
-rw-r--r-- | tools/create_msvc/create_msvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_msvc/create_msvc.h b/tools/create_msvc/create_msvc.h index 0bdb06ebb6..093b73e4de 100644 --- a/tools/create_msvc/create_msvc.h +++ b/tools/create_msvc/create_msvc.h @@ -172,7 +172,7 @@ StringList getFeatureLibraries(const FeatureList &features); */ struct BuildSetup { std::string srcDir; ///< Path to the ScummVM sources. - std::string filePrefix; ///< Prefix for the relativ path arugments in the project files. + std::string filePrefix; ///< Prefix for the relative path arguments in the project files. std::string outputDir; ///< Path where to put the MSVC project files. EngineDescList engines; ///< Engine list for the build (this may contain engines, which are *not* enabled!). |