diff options
Diffstat (limited to 'Source/cmLinkLibrariesCommand.cxx')
-rw-r--r-- | Source/cmLinkLibrariesCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLinkLibrariesCommand.cxx b/Source/cmLinkLibrariesCommand.cxx index 708ec8c..13f6bae 100644 --- a/Source/cmLinkLibrariesCommand.cxx +++ b/Source/cmLinkLibrariesCommand.cxx @@ -13,7 +13,7 @@ bool cmLinkLibrariesCommand::InitialPass(std::vector<std::string> const& args, if (args.empty()) { return true; } - // add libraries, nothe that there is an optional prefix + // add libraries, note that there is an optional prefix // of debug and optimized than can be used for (std::vector<std::string>::const_iterator i = args.begin(); i != args.end(); ++i) { |