Fix typos in various src/Mod directories

This commit is contained in:
luz.paz
2019-07-19 15:34:46 -04:00
committed by wmayer
parent 63a577fe07
commit b869b6e29e
7 changed files with 7 additions and 7 deletions

View File

@@ -1181,7 +1181,7 @@ void PropertySheet::renameObjectIdentifiers(const std::map<App::ObjectIdentifier
void PropertySheet::deletedDocumentObject(const App::DocumentObject *docObj)
{
(void)docObj;
// This function is only used in SheetObserver, which is obselete.
// This function is only used in SheetObserver, which is obsolete.
//
// if(docDeps.erase(const_cast<App::DocumentObject*>(docObj))) {
// const App::DocumentObject * docObj = dynamic_cast<const App::DocumentObject*>(getContainer());