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/cmLocalGenerator.h | |
parent | d3d7e45df205bd22d6fbeaba853354b097034719 (diff) | |
download | CMake-d0b3a7fa48e000996775516f9ed0d78386c262de.zip CMake-d0b3a7fa48e000996775516f9ed0d78386c262de.tar.gz CMake-d0b3a7fa48e000996775516f9ed0d78386c262de.tar.bz2 |
Fix typo.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 3d96f01..7fe5d93 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -25,7 +25,7 @@ class cmCustomCommand; * \brief Create required build files for a directory. * * Subclasses of this abstract class generate makefiles, DSP, etc for various - * platforms. This class should never be constructued directly. A + * platforms. This class should never be constructed directly. A * GlobalGenerator will create it and invoke the appropriate commands on it. */ class cmLocalGenerator @@ -90,7 +90,7 @@ public: void SetGlobalGenerator(cmGlobalGenerator *gg); /** - * Convert something to something else. This is a centralized coversion + * Convert something to something else. This is a centralized conversion * routine used by the generators to handle relative paths and the like. * The flags determine what is actually done. * |