Salome HOME
Merge 'master' branch into 'V9_dev' branch.
[modules/med.git] / doc / tut / medcoupling / testmed_simple.py
index e2d202cab1e91a202c3909bcf130bc727336073a..9801976d9a2f171a97dff7f6cebc4ed91d3bfa0a 100755 (executable)
@@ -69,7 +69,7 @@ print(cmesh.getSpaceDimension())
 # print(cmesh)
 
 # 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();