aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-25 23:36:09 +0000
committerJohannes Schickel2009-10-25 23:36:09 +0000
commitcac32b61ceb271631efe297b39e1d2b93af726e3 (patch)
tree789903da289e5f870f2fbc1778aa8101e104418b /tools
parent6b404cf5cf44cfbd42bdaf80ec1630863602b0af (diff)
downloadscummvm-rg350-cac32b61ceb271631efe297b39e1d2b93af726e3.tar.gz
scummvm-rg350-cac32b61ceb271631efe297b39e1d2b93af726e3.tar.bz2
scummvm-rg350-cac32b61ceb271631efe297b39e1d2b93af726e3.zip
Typos.
svn-id: r45386
Diffstat (limited to 'tools')
-rw-r--r--tools/create_msvc/create_msvc.h2
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!).