More misc. typos

This commit is contained in:
luz.paz
2018-05-19 12:17:52 -04:00
parent 3534ebfbda
commit 43244aa762
27 changed files with 38 additions and 38 deletions

View File

@@ -609,7 +609,7 @@ void CmdPartDesignMoveTip::activated(int iMsg)
doCommand(Gui,"Gui.activeDocument().show(\"%s\")", selFeature->getNameInDocument());
}
// TOOD: Hide all datum features after the Tip feature? But the user might have already hidden some and wants to see
// TODO: Hide all datum features after the Tip feature? But the user might have already hidden some and wants to see
// others, so we would have to remember their state somehow
updateActive();
}

View File

@@ -639,7 +639,7 @@ void TaskBoxPrimitives::setPrimitive(QString name)
// Execute the Python block
// No need to open a transaction because this is already done in the command
// class or when starting to edit a primitve.
// class or when starting to edit a primitive.
Gui::Command::runCommand(Gui::Command::Doc, cmd.toUtf8());
Gui::Command::runCommand(Gui::Command::Doc, "App.ActiveDocument.recompute()");
}

View File

@@ -151,7 +151,7 @@ protected Q_SLOTS:
PartDesignGui::ViewProviderTransformed *getTopTransformedView () const;
/**
* Returns the base transformated object
* Returns the base transformed object
* For stand alone features it will be objects associated with this object
* For features inside multitransform it will be the base multitransform object
*/