Xcode: Fix typo in comment
This commit is contained in:
parent
803f190178
commit
d50c4220e2
@ -105,7 +105,7 @@ public:
|
|||||||
}
|
}
|
||||||
return 0;
|
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)
|
cmXCodeObject* GetObject(cmXCodeObject::PBXType t)
|
||||||
{
|
{
|
||||||
for(std::vector<cmXCodeObject*>::iterator i = this->List.begin();
|
for(std::vector<cmXCodeObject*>::iterator i = this->List.begin();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user