diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-21 22:50:12 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-26 21:30:13 (GMT) |
commit | d50c4220e29ef0b7366f3e1812f0a79736f2c18e (patch) | |
tree | 2c775b6318494d606626507d37c90828f3793efc | |
parent | 803f1901784937e40717fbf6cc675eb7aacbcce1 (diff) | |
download | CMake-d50c4220e29ef0b7366f3e1812f0a79736f2c18e.zip CMake-d50c4220e29ef0b7366f3e1812f0a79736f2c18e.tar.gz CMake-d50c4220e29ef0b7366f3e1812f0a79736f2c18e.tar.bz2 |
Xcode: Fix typo in comment
-rw-r--r-- | Source/cmXCodeObject.h | 2 |
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(); |