summaryrefslogtreecommitdiffstats
path: root/Source/cmOrderLinkDirectories.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-09-08 19:25:55 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-09-08 19:25:55 (GMT)
commitcae9971f6a83dc9bc4f34177a2f7add9bbf259b6 (patch)
tree0ac4d3451dc1a63cec432a82442db7858909e4d7 /Source/cmOrderLinkDirectories.cxx
parent93ee345b41594b3050d0ee88b17c9e93a6bd822d (diff)
downloadCMake-cae9971f6a83dc9bc4f34177a2f7add9bbf259b6.zip
CMake-cae9971f6a83dc9bc4f34177a2f7add9bbf259b6.tar.gz
CMake-cae9971f6a83dc9bc4f34177a2f7add9bbf259b6.tar.bz2
BUG: fix spelling error
Diffstat (limited to 'Source/cmOrderLinkDirectories.cxx')
-rw-r--r--Source/cmOrderLinkDirectories.cxx2
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)
{