summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-18 17:49:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-12-19 15:17:59 (GMT)
commitcad5c79e6c125e93e2c4f9e494ffdb7c18358bb8 (patch)
tree28860a1844ad04ae4874d1d3c63b26bf9427ec3a /Source/cmTarget.cxx
parent08e72a34e9201f099015df086e33749733261d18 (diff)
downloadCMake-cad5c79e6c125e93e2c4f9e494ffdb7c18358bb8.zip
CMake-cad5c79e6c125e93e2c4f9e494ffdb7c18358bb8.tar.gz
CMake-cad5c79e6c125e93e2c4f9e494ffdb7c18358bb8.tar.bz2
cmTarget: Fix typo
'a ALIAS' -> 'an ALIAS'
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index a44cda1..a0177fb 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -5614,7 +5614,7 @@ void cmTarget::ComputeLinkImplementation(const char* config,
{
e << "Target \"" << this->GetName() << "\" links to target \"" << item
<< "\" but the target was not found. Perhaps a find_package() "
- "call is missing for an IMPORTED target, or a ALIAS target is "
+ "call is missing for an IMPORTED target, or an ALIAS target is "
"missing?";
this->Makefile->GetCMakeInstance()->IssueMessage(messageType,
e.str(),