From cae9971f6a83dc9bc4f34177a2f7add9bbf259b6 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 8 Sep 2005 15:25:55 -0400 Subject: BUG: fix spelling error --- Source/cmOrderLinkDirectories.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::iterator i = m_ImposibleDirectories.begin(); i != m_ImposibleDirectories.end(); ++i) { -- cgit v0.12