Salome HOME
Merge 'master' branch into 'V9_dev' branch.
[modules/med.git] / src / MEDCalc / tui / medimages.py
index 96a8892a25d06748d0394b0d1fc736e55d403d39..ce152d5a3e7515442b7a4f410a06e6fba30fe157 100644 (file)
@@ -86,7 +86,7 @@ class FieldBuilder:
         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();