Salome HOME
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
[modules/smesh.git] / src / SMESH_SWIG / SMESH_AdvancedEditor.py
index fdea2f1379dcbcc7e155f515d250ccacfd5778d3..7d2ee5a0955f0e9463d71e24fab1bbbd51c78d93 100644 (file)
@@ -35,7 +35,7 @@ import math
 
 def GetNewNodes(mesh,Elems,OldNodes):
     """
-    Auxilary function, which return list of nodes from
+    Auxiliary function, which return list of nodes from
     given Elems avoided nodes from OldNodes
     """
     newnodes = []