Salome HOME
Merge 'master' branch into 'V9_dev' branch.
[modules/med.git] / doc / tut / medcoupling / testpil.py
index c09a6b1656233f0396f25346a3ba83f771ab3450..c93ef1337f42ce8e7b2ab5098893da9a7cfe3e5a 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();