+ whitespacee/typo fixes

This commit is contained in:
wmayer
2015-04-30 23:16:57 +02:00
parent 11239b034c
commit 6b6070281e
6 changed files with 6 additions and 7 deletions

View File

@@ -205,7 +205,7 @@ bool Document::setEdit(Gui::ViewProvider* p, int ModNum)
return false;
View3DInventor *activeView = dynamic_cast<View3DInventor *>(getActiveView());
// if the currently active view is not te 3d view search for it and activate it
// if the currently active view is not the 3d view search for it and activate it
if (!activeView) {
activeView = dynamic_cast<View3DInventor *>(getViewOfViewProvider(p));
if (activeView)