Misc. Typos

This commit is contained in:
Unknown
2017-10-09 06:45:32 -04:00
committed by wmayer
parent 598fff8b40
commit 8d9bd319bd
32 changed files with 107 additions and 107 deletions

View File

@@ -193,7 +193,7 @@ boost::shared_ptr< Geometry3D > PartRef::getGeometry3D(const char* Type) {
break;
}
default:
Base::Console().Message("Unsuported Surface Geometrie Type at selection\n");
Base::Console().Message("Unsupported Surface Geometry Type at selection\n");
return boost::shared_ptr< Geometry3D >();
}
@@ -209,7 +209,7 @@ boost::shared_ptr< Geometry3D > PartRef::getGeometry3D(const char* Type) {
break;
}
default:
Base::Console().Message("Unsuported Curve Geometrie Type at selection \n");
Base::Console().Message("Unsupported Curve Geometry Type at selection \n");
return boost::shared_ptr< Geometry3D >();
}
@@ -222,7 +222,7 @@ boost::shared_ptr< Geometry3D > PartRef::getGeometry3D(const char* Type) {
}
else {
Base::Console().Message("Unsuported Topologie Type at selection\n");
Base::Console().Message("Unsupported Topology Type at selection\n");
return boost::shared_ptr< Geometry3D >();
}
};

View File

@@ -129,7 +129,7 @@ void CmdAssemblyConstraint::activated(int iMsg)
//Assembly::ProductRef* Asm = 0;
//Assembly::ConstraintGroup* ConstGrp = 0;
//// retrive the standard objects needed
//// retrieve the standard objects needed
//if(getConstraintPrerequisits(&Asm, &ConstGrp))
// return;
@@ -213,7 +213,7 @@ void CmdAssemblyConstraintDistance::activated(int iMsg)
//Assembly::ProductRef* Asm = 0;
//Assembly::ConstraintGroup* ConstGrp = 0;
//// retrive the standard objects needed
//// retrieve the standard objects needed
//if(getConstraintPrerequisits(&Asm, &ConstGrp))
// return;
@@ -280,7 +280,7 @@ void CmdAssemblyConstraintFix::activated(int iMsg)
//Assembly::ProductRef* Asm = 0;
//Assembly::ConstraintGroup* ConstGrp = 0;
//// retrive the standard objects needed
//// retrieve the standard objects needed
//if(getConstraintPrerequisits(&Asm, &ConstGrp))
// return;
@@ -345,7 +345,7 @@ void CmdAssemblyConstraintAngle::activated(int iMsg)
//Assembly::ProductRef* Asm = 0;
//Assembly::ConstraintGroup* ConstGrp = 0;
//// retrive the standard objects needed
//// retrieve the standard objects needed
//if(getConstraintPrerequisits(&Asm, &ConstGrp))
// return;
@@ -414,7 +414,7 @@ void CmdAssemblyConstraintOrientation::activated(int iMsg)
//Assembly::ProductRef* Asm = 0;
//Assembly::ConstraintGroup* ConstGrp = 0;
//// retrive the standard objects needed
//// retrieve the standard objects needed
//if(getConstraintPrerequisits(&Asm, &ConstGrp))
// return;
@@ -482,7 +482,7 @@ void CmdAssemblyConstraintCoincidence::activated(int iMsg)
//Assembly::ProductRef* Asm = 0;
//Assembly::ConstraintGroup* ConstGrp = 0;
//// retrive the standard objects needed
//// retrieve the standard objects needed
//if(getConstraintPrerequisits(&Asm, &ConstGrp))
// return;
@@ -550,7 +550,7 @@ void CmdAssemblyConstraintAlignment::activated(int iMsg)
//Assembly::ProductRef* Asm = 0;
//Assembly::ConstraintGroup* ConstGrp = 0;
//// retrive the standard objects needed
//// retrieve the standard objects needed
//if(getConstraintPrerequisits(&Asm, &ConstGrp))
// return;