diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-03-19 10:41:00 (GMT) |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 20:15:30 (GMT) |
commit | d0b3a7fa48e000996775516f9ed0d78386c262de (patch) | |
tree | f985b76d6d7783add0fd63d2c61b1d30edbdf55b /Source/cmGlobalVisualStudio7Generator.h | |
parent | d3d7e45df205bd22d6fbeaba853354b097034719 (diff) | |
download | CMake-d0b3a7fa48e000996775516f9ed0d78386c262de.zip CMake-d0b3a7fa48e000996775516f9ed0d78386c262de.tar.gz CMake-d0b3a7fa48e000996775516f9ed0d78386c262de.tar.bz2 |
Fix typo.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index ebb6fe4..adfb757 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -48,7 +48,7 @@ public: cmMakefile *, bool optional); /** - * Try running cmake and building a file. This is used for dynalically + * Try running cmake and building a file. This is used for dynamically * loaded commands, not as part of the usual build process. */ virtual std::string GenerateBuildCommand(const char* makeProgram, |