fix typos

This commit is contained in:
wmayer
2016-12-19 14:07:35 +01:00
parent 101d280f6a
commit 72ab17fb48
11 changed files with 11 additions and 11 deletions

View File

@@ -387,7 +387,7 @@ protected:
if (!ok) ok = ViewProviderT::setEdit(ModNum);
return ok;
}
/// is called when you loose the edit mode
/// is called when you lose the edit mode
virtual void unsetEdit(int ModNum)
{
bool ok = imp->unsetEdit(ModNum);