Misc. typos

- Tooltip uniformity 
- source comment typo fixes
- remove double whitespaces
This commit is contained in:
luzpaz
2017-11-22 10:12:46 -05:00
committed by Yorik van Havre
parent 794a39684a
commit a225b13bef
22 changed files with 44 additions and 44 deletions

View File

@@ -44,7 +44,7 @@ PROPERTY_SOURCE(AssemblyGui::ViewProviderConstraintInternal, PartGui::ViewProvid
ViewProviderConstraintInternal::ViewProviderConstraintInternal()
{
//constraint entiti color
//constraint entity color
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/View");
unsigned long scol = hGrp->GetUnsigned("ConstructionColor", 56319UL);
float r, g, b;
@@ -294,7 +294,7 @@ void ViewProviderConstraint::draw()
if(!obj2)
return;
//here it's a bit more involved, as the coind tree structure let's the first transform node
//here it's a bit more involved, as the coind tree structure let's the first transform node
//transform the second part too.
Assembly::PartRef* part2 = static_cast<Assembly::PartRef*>(obj2);