瀏覽代碼

Xcode: Fix typo in comment

Stephen Kelly 10 年之前
父節點
當前提交
d50c4220e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmXCodeObject.h

+ 1 - 1
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();