Salome HOME
Typo-fix by Kunda
[modules/med.git] / doc / tut / medcoupling / testmed_lena.py
index 15558f5878873cf19ba0eb3802568650134aea54..3b281aa532500eb515d0dbe2f570e947006a3cc4 100755 (executable)
@@ -98,7 +98,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();