diff --git a/Source/cmMakefileLibraryTargetGenerator.h b/Source/cmMakefileLibraryTargetGenerator.h index 6fdf1c37e3..9bac4cf781 100644 --- a/Source/cmMakefileLibraryTargetGenerator.h +++ b/Source/cmMakefileLibraryTargetGenerator.h @@ -37,7 +37,7 @@ protected: // MacOSX Framework support methods void WriteFrameworkRules(bool relink); - // Store the computd framework version for OS X Frameworks. + // Store the computed framework version for OS X Frameworks. std::string FrameworkVersion; private: