Salome HOME
Typo-fix by Kunda
[modules/med.git] / doc / tut / addfields / operations.py
index eb24e7b5f982b7932a407dcb2959f79c5d390e88..0872cf0deb5eaa2b94072b2ffadbfeeb3684d902 100644 (file)
@@ -73,7 +73,7 @@ p4.setMesh(mesh)
 result = p3+p4
 result.setName("p3+p4")
 
-# We can finally save the result together with the operandes fields
+# We can finally save the result together with the operands fields
 outfilename = "addition.med"
 MEDLoader.WriteField(outfilename,result,True)
 MEDLoader.WriteField(outfilename,p3,False)