Typo fixes

[skip ci]
This commit is contained in:
Unknown
2017-12-15 17:10:01 -05:00
committed by Yorik van Havre
parent 34fc08c3c3
commit 7d36590917
5 changed files with 5 additions and 5 deletions

View File

@@ -178,7 +178,7 @@ void ViewProviderOriginFeature::setDisplayMode (const char* ModeName)
bool ViewProviderOriginFeature::onDelete(const std::vector<std::string> &) {
App::OriginFeature *feat = static_cast <App::OriginFeature *> ( getObject() );
// Forbid deletion if there is an origin thes feature belongs to
// Forbid deletion if there is an origin this feature belongs to
if ( feat->getOrigin () ) {
return false;