Salome HOME
typo-fix by Kunda
[modules/med.git] / idl / MEDCalculator.idl
index e1048322a9807589b4383400b2a914769f8e1836..73e07383fb80d8c548dc25dfe54aa51bc86d32e1 100644 (file)
@@ -56,7 +56,7 @@ module MEDCALC
     /*! Linear transformation of the field f (factor*f+offset) */
     FieldHandler lin(in FieldHandler f, in double factor, in double offset)
       raises (SALOME::SALOME_Exception);
-    /*! Dublication of the field f */
+    /*! Duplication of the field f */
     FieldHandler dup(in FieldHandler f)
       raises (SALOME::SALOME_Exception);