diff --git a/src/App/PropertyLinks.h b/src/App/PropertyLinks.h
index c91a068844..a2b65f3b5b 100644
--- a/src/App/PropertyLinks.h
+++ b/src/App/PropertyLinks.h
@@ -153,8 +153,8 @@ private:
};
/** the Link Poperty with sub elements
- * This property links a object and a defined sequence of
- * sub elements. This subelemts (like Edges of a Shape)
+ * This property links an object and a defined sequence of
+ * sub elements. These subelements (like Edges of a Shape)
* are stored as names, which can be resolved by the
* ComplexGeoDataType interface to concrete sub objects.
*/
diff --git a/src/Base/Sequencer.h b/src/Base/Sequencer.h
index 9ff58fb544..f03b38afa0 100644
--- a/src/Base/Sequencer.h
+++ b/src/Base/Sequencer.h
@@ -46,7 +46,7 @@ class SequencerLauncher;
* #include
*
* //first example
- * Base::SequencerLauncher seq("my text", 10))
+ * Base::SequencerLauncher seq("my text", 10)
* for (int i=0; i<10; i++)
* {
* // do something
@@ -54,7 +54,7 @@ class SequencerLauncher;
* }
*
* //second example
- * Base::SequencerLauncher seq("my text", 10))
+ * Base::SequencerLauncher seq("my text", 10)
* do
* {
* // do something
diff --git a/src/Mod/Part/App/DatumFeature.h b/src/Mod/Part/App/DatumFeature.h
index 30f5162cf2..aeadf38172 100644
--- a/src/Mod/Part/App/DatumFeature.h
+++ b/src/Mod/Part/App/DatumFeature.h
@@ -53,6 +53,7 @@ public:
/// Returns a point of the feature it counts as it's base
virtual Base::Vector3d getBasePoint () const;
+
protected:
void onDocumentRestored();
};
diff --git a/src/Mod/PartDesign/App/Body.h b/src/Mod/PartDesign/App/Body.h
index d44153793d..43626df3f1 100644
--- a/src/Mod/PartDesign/App/Body.h
+++ b/src/Mod/PartDesign/App/Body.h
@@ -79,7 +79,7 @@ public:
* and into the begin if where is InsertAfter.
* @param after if true insert the feature after the target. Default is false.
*
- * @note the methode doesn't modifies the Tip unlike addObject()
+ * @note the method doesn't modify the Tip unlike addObject()
*/
void insertObject(App::DocumentObject* feature, App::DocumentObject* target, bool after=false);
diff --git a/src/Mod/PartDesign/App/BodyPy.xml b/src/Mod/PartDesign/App/BodyPy.xml
index b4889eb42a..aa3e05abe3 100644
--- a/src/Mod/PartDesign/App/BodyPy.xml
+++ b/src/Mod/PartDesign/App/BodyPy.xml
@@ -1,4 +1,4 @@
-
+