Misc. typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-04-23 13:21:12 -04:00
committed by Yorik van Havre
parent 8f29943462
commit 9167064fc1
83 changed files with 112 additions and 112 deletions

View File

@@ -135,7 +135,7 @@ def removeFromComponent(compobject,subobject):
class SelectionTaskPanel:
"""A temp taks panel to wait for a selection"""
"""A temporary TaskPanel to wait for a selection"""
def __init__(self):
self.baseform = QtGui.QLabel()
self.baseform.setText(QtGui.QApplication.translate("Arch", "Please select a base object", None))

View File

@@ -40,7 +40,7 @@ else:
# \ingroup ARCH
# \brief The Pipe object and tools
#
# This module provides tools to build Pipe and Pipe conector objects.
# This module provides tools to build Pipe and Pipe connector objects.
# Pipes are tubular objects extruded along a base line.
__title__ = "Arch Pipe tools"

View File

@@ -43,7 +43,7 @@ else:
# \brief Profile tools for ArchStructure
#
# This module provides tools to build base profiles
# for Arch Strucutre elements
# for Arch Structure elements
__title__="FreeCAD Profile"
__author__ = "Yorik van Havre"

View File

@@ -43,7 +43,7 @@ else:
#
# This module provides tools to build Rebar objects.
# Rebars (or Reinforcing Bars) are metallic bars placed
# inside concrete strutures to reinforce them.
# inside concrete structures to reinforce them.
__title__="FreeCAD Rebar"
__author__ = "Yorik van Havre"

View File

@@ -337,7 +337,7 @@ class _Space(ArchComponent.Component):
shape = Part.makeBox(bb.XLength,bb.YLength,bb.ZLength,FreeCAD.Vector(bb.XMin,bb.YMin,bb.ZMin))
#print("created shape from boundbox")
# 3: identifing boundary faces
# 3: identifying boundary faces
goodfaces = []
for b in obj.Boundaries:
if b[0].isDerivedFrom("Part::Feature"):