summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-01-05 20:30:49 (GMT)
committerBrad King <brad.king@kitware.com>2004-01-05 20:30:49 (GMT)
commit972541c291f44c873de1560c1438029245abd638 (patch)
tree079c2d06ebeba62830c175eea292a4f80470568b /Source/cmFindPackageCommand.cxx
parentcb2b5a188a442bb8289390bc5fd5224ded5a2ead (diff)
downloadCMake-972541c291f44c873de1560c1438029245abd638.zip
CMake-972541c291f44c873de1560c1438029245abd638.tar.gz
CMake-972541c291f44c873de1560c1438029245abd638.tar.bz2
BUG: Fixed typo in error message.
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-rw-r--r--Source/cmFindPackageCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx
index 6da96e6..3b7a526 100644
--- a/Source/cmFindPackageCommand.cxx
+++ b/Source/cmFindPackageCommand.cxx
@@ -162,7 +162,7 @@ bool cmFindPackageCommand::InitialPass(std::vector<std::string> const& args)
{
cmOStringStream e;
e << this->Variable << " is not set. It must be set to the directory "
- << "containing " << this->Config << " so in order to use "
+ << "containing " << this->Config << " in order to use "
<< this->Name << ".";
cmSystemTools::Error(e.str().c_str());
result = true;