source typo fixes pt3 (only on py3 merged code)

This commit is contained in:
Kunda
2017-02-28 14:32:33 -05:00
parent 6c720ced84
commit a78e8ffd95
32 changed files with 40 additions and 40 deletions

View File

@@ -193,7 +193,7 @@ void ViewProviderRobotObject::updateData(const App::Property* prop)
if (node) pcRobotRoot->addChild(node);
pcRobotRoot->addChild(pcTcpRoot);
}
// search for the conection points +++++++++++++++++++++++++++++++++++++++++++++++++
// search for the connection points +++++++++++++++++++++++++++++++++++++++++++++++++
Axis1Node = Axis2Node = Axis3Node = Axis4Node = Axis5Node = Axis6Node = 0;
SoSearchAction searchAction;
SoPath * path;