Misc. typos
+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
This commit is contained in:
@@ -2537,7 +2537,7 @@ DocumentObject * Document::addObject(const char* sType, const char* pObjectName,
|
||||
pcObject->pcNameInDocument = &(d->objectMap.find(ObjectName)->first);
|
||||
// insert in the vector
|
||||
d->objectArray.push_back(pcObject);
|
||||
// insert in the adjacence list and referenc through the ConectionMap
|
||||
// insert in the adjacence list and reference through the ConectionMap
|
||||
//_DepConMap[pcObject] = add_vertex(_DepList);
|
||||
|
||||
// If we are restoring, don't set the Label object now; it will be restored later. This is to avoid potential duplicate
|
||||
|
||||
Reference in New Issue
Block a user