diff --git a/src/Mod/Fem/femtools/ccxtools.py b/src/Mod/Fem/femtools/ccxtools.py
index 9f9c849244..074131f5ff 100644
--- a/src/Mod/Fem/femtools/ccxtools.py
+++ b/src/Mod/Fem/femtools/ccxtools.py
@@ -47,7 +47,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
# @param analysis - analysis object to be used as the core object.
# @param test_mode - True indicates that no real calculations will take place, so ccx binary is not required. Used by test module.
# "__init__" tries to use current active analysis in analysis is left empty.
- # Rises exception if analysis is not set and there is no active analysis
+ # Raises exception if analysis is not set and there is no active analysis
def __init__(self, analysis=None, solver=None, test_mode=False):
QtCore.QRunnable.__init__(self)
QtCore.QObject.__init__(self)
@@ -85,7 +85,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
self.ccx_binary_present = False
self.result_object = None
else:
- raise Exception('FEM: Somthing went wront, the exception should have been raised earlier!')
+ raise Exception('FEM: Something went wrong, the exception should have been raised earlier!')
## Removes all result objects and result meshes from an analysis group
# @param self The python object self
diff --git a/src/Mod/Part/App/BSplineCurvePy.xml b/src/Mod/Part/App/BSplineCurvePy.xml
index 740b841710..9924729e1c 100644
--- a/src/Mod/Part/App/BSplineCurvePy.xml
+++ b/src/Mod/Part/App/BSplineCurvePy.xml
@@ -246,7 +246,7 @@ to the pole of index Index in the poles table.
- Returns the table of poles and weights in homogenous ccordinates.
+ Returns the table of poles and weights in homogeneous coordinates.
diff --git a/src/Mod/Part/App/BSplineSurfacePy.xml b/src/Mod/Part/App/BSplineSurfacePy.xml
index 90639e5f1c..81c6b2a522 100644
--- a/src/Mod/Part/App/BSplineSurfacePy.xml
+++ b/src/Mod/Part/App/BSplineSurfacePy.xml
@@ -494,7 +494,7 @@
- Returns the table of poles and weights in homogenous ccordinates.
+ Returns the table of poles and weights in homogeneous coordinates.
@@ -696,7 +696,7 @@
- ParamType = 'Uniform','Centripetal' or 'ChordLength'
- LengthWeight, CurvatureWeight, TorsionWeight (floats)
(with this smoothing algorithm, continuity C1 requires DegMax >= 3 and C2, DegMax >=5)
-
+
Possible combinations :
- approximate(Points, DegMin, DegMax, Continuity, Tolerance)
- approximate(Points, DegMin, DegMax, Continuity, Tolerance, X0, dX, Y0, dY)
@@ -711,7 +711,7 @@
interpolate(points)
interpolate(zpoints, X0, dX, Y0, dY)
-
+
Replaces this B-Spline surface by interpolating a set of points.
The resulting surface is of degree 3 and continuity C2.
Arguments:
diff --git a/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.xml b/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.xml
index 68685667af..edae6ff12a 100644
--- a/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.xml
+++ b/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.xml
@@ -239,7 +239,7 @@ to the pole of index Index in the poles table.
- Returns the table of poles and weights in homogenous ccordinates.
+ Returns the table of poles and weights in homogeneous coordinates.
diff --git a/src/Mod/Part/App/TopoShapeWirePy.xml b/src/Mod/Part/App/TopoShapeWirePy.xml
index 9a24ae61f7..86d63f4837 100644
--- a/src/Mod/Part/App/TopoShapeWirePy.xml
+++ b/src/Mod/Part/App/TopoShapeWirePy.xml
@@ -34,7 +34,7 @@ myWire.fixWire( face, tolerance )
- Make this and the given wire homogenous to have the same number of edges
+ Make this and the given wire homogeneous to have the same number of edges