Salome HOME
Merge 'master' branch into 'V9_dev' branch.
[modules/med.git] / doc / tut / medcoupling / testmed_lena.py
index 4054e08f5e8b673f1b247607cbfdc937a6a06ef5..3849d0f8217ab6e5b9f3f4aba0db79f37309c4a6 100755 (executable)
@@ -100,7 +100,7 @@ cmesh.setCoords(coordsX,coordsY)
 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();