Misc. typos
Found via `codespell`
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user