Salome HOME
Typo-fix by Kunda
[modules/med.git] / doc / tut / addfields / operations.py
index de5ac14ccc59084a5d858c426cb948ad8e757962..0872cf0deb5eaa2b94072b2ffadbfeeb3684d902 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2020  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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)