Fix typos [skip ci]

Typos ffound via `codespell v2.1.dev0`  
Also includes fixes in deprecated code of `src/Mod/Assembly`
This commit is contained in:
luz paz
2020-12-28 07:50:51 -05:00
committed by abdullahtahiriyo
parent b7128a8f52
commit f497f09238
11 changed files with 15 additions and 15 deletions

View File

@@ -3412,7 +3412,7 @@ int SketchObject::addSymmetric(const std::vector<int> &geoIdList, int refGeoId,
std::map<int, bool> isStartEndInverted;
// Find out if reference is aligned with V or H axis,
// if so we can keep Vertical and Horizontal constrants in the mirrored geometry.
// if so we can keep Vertical and Horizontal constraints in the mirrored geometry.
bool refIsAxisAligned = false;
if (refGeoId == Sketcher::GeoEnum::VAxis || refGeoId == Sketcher::GeoEnum::HAxis) {
refIsAxisAligned = true;