mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-08-26 19:06:38 -04:00
Xcode: Fix typo in comment
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user