diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-08 19:25:55 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-08 19:25:55 (GMT) |
commit | cae9971f6a83dc9bc4f34177a2f7add9bbf259b6 (patch) | |
tree | 0ac4d3451dc1a63cec432a82442db7858909e4d7 | |
parent | 93ee345b41594b3050d0ee88b17c9e93a6bd822d (diff) | |
download | CMake-cae9971f6a83dc9bc4f34177a2f7add9bbf259b6.zip CMake-cae9971f6a83dc9bc4f34177a2f7add9bbf259b6.tar.gz CMake-cae9971f6a83dc9bc4f34177a2f7add9bbf259b6.tar.bz2 |
BUG: fix spelling error
-rw-r--r-- | Source/cmOrderLinkDirectories.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOrderLinkDirectories.cxx b/Source/cmOrderLinkDirectories.cxx index b0b965b..446b3ed 100644 --- a/Source/cmOrderLinkDirectories.cxx +++ b/Source/cmOrderLinkDirectories.cxx @@ -331,7 +331,7 @@ bool cmOrderLinkDirectories::DetermineLibraryPathOrder() std::string cmOrderLinkDirectories::GetWarnings() { - std::string warning = "It is impossible to order the linker search path in such a way that libraries specified as full paths will be picked by the linker.\nDirectories and libraries involvied are:\n"; + std::string warning = "It is impossible to order the linker search path in such a way that libraries specified as full paths will be picked by the linker.\nDirectories and libraries involved are:\n"; for(std::set<cmStdString>::iterator i = m_ImposibleDirectories.begin(); i != m_ImposibleDirectories.end(); ++i) { |