From dd67430f66f344f1e5c73d72aaa2578818046c69 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 23 Aug 2013 13:36:41 +0000 Subject: [PATCH] typo --- src/SMESH_SWIG/smeshBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_SWIG/smeshBuilder.py b/src/SMESH_SWIG/smeshBuilder.py index 9d583de04..e5e8b9f07 100644 --- a/src/SMESH_SWIG/smeshBuilder.py +++ b/src/SMESH_SWIG/smeshBuilder.py @@ -3285,7 +3285,7 @@ class Mesh: # the new mesh else only boundary elements will be copied into the new mesh # @param toCopyExistingBondary - if true, not only new but also pre-existing # boundary elements will be copied into the new mesh - # @return tuple (mesh, group) where bondary elements were added to + # @return tuple (mesh, group) where boundary elements were added to # @ingroup l2_modif_edit def MakeBoundaryMesh(self, elements, dimension=SMESH.BND_2DFROM3D, groupName="", meshName="", toCopyElements=False, toCopyExistingBondary=False): -- 2.30.2