Salome HOME
Typo-fix by Kunda
[modules/med.git] / doc / tut / medcoupling / testpil.py
index 5e2e73bbbd6d28d959f66cb8303b1a253993d94c..55708e30740eb6d039bbd0bddf3cb893169cafa3 100755 (executable)
@@ -96,7 +96,7 @@ def createMesh(meshname, sizeX, sizeY):
     print "Imagem mesh dimension: %d"%cmesh.getSpaceDimension()
     
     # WARN: In the current state of development of MEDLoader, only
-    # unstructured meshes are supported for writting function in med
+    # unstructured meshes are supported for writing function in med
     # files. We just have to convert the cartesian mesh in an unstructured
     # mesh before creating the field.
     umesh=cmesh.buildUnstructured();