Fix Techdraw UI typo found via crowdin + misc. typos

Ref: https://crowdin.com/translate/freecad/27911/en-eu#6503377
This commit is contained in:
luzpaz
2017-11-26 08:01:19 -05:00
committed by wmayer
parent 6a24bc9602
commit 8200c97ed2
14 changed files with 17 additions and 17 deletions

View File

@@ -930,7 +930,7 @@ void Application::onUpdate(void)
std::map<const App::Document*, Gui::Document*>::iterator It;
for (It = d->documents.begin();It != d->documents.end();++It)
It->second->onUpdate();
// update all the independed views
// update all the independent views
for (std::list<Gui::BaseView*>::iterator It2 = d->passive.begin();It2 != d->passive.end();++It2)
(*It2)->onUpdate();
}