summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-21 22:50:12 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-26 21:30:13 (GMT)
commitd50c4220e29ef0b7366f3e1812f0a79736f2c18e (patch)
tree2c775b6318494d606626507d37c90828f3793efc /Source/cmXCodeObject.h
parent803f1901784937e40717fbf6cc675eb7aacbcce1 (diff)
downloadCMake-d50c4220e29ef0b7366f3e1812f0a79736f2c18e.zip
CMake-d50c4220e29ef0b7366f3e1812f0a79736f2c18e.tar.gz
CMake-d50c4220e29ef0b7366f3e1812f0a79736f2c18e.tar.bz2
Xcode: Fix typo in comment
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r--Source/cmXCodeObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h
index 975d94b..bd0f43f 100644
--- a/Source/cmXCodeObject.h
+++ b/Source/cmXCodeObject.h
@@ -105,7 +105,7 @@ public:
}
return 0;
}
- // serach the attribute list for an object of the specified type
+ // search the attribute list for an object of the specified type
cmXCodeObject* GetObject(cmXCodeObject::PBXType t)
{
for(std::vector<cmXCodeObject*>::iterator i = this->List.begin();