Misc. typos: Please merge right before 0.17 release

I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge  so that if I find other typos in the meantime they will be part this release.
This commit is contained in:
luz.paz
2018-03-16 15:45:00 -04:00
committed by wmayer
parent 34fd583b76
commit 46d32d78a3
19 changed files with 25 additions and 26 deletions

View File

@@ -158,7 +158,7 @@ std::unique_ptr<Part::FaceMaker> Part::FaceMaker::ConstructFromType(Base::Type t
void Part::FaceMaker::throwNotImplemented()
{
throw Base::NotImplementedError("Not implemente yet...");
throw Base::NotImplementedError("Not implemented yet...");
}