Salome HOME
Merge 'master' branch into 'V9_dev' branch.
[modules/med.git] / doc / dev / sphinx / medop-prototype-develguide.rst
index 524911f70530e07f52a744425d376ff159c8afce..1225b054e8f60cf43c539076754197f7286bba97 100644 (file)
@@ -515,7 +515,7 @@ l'interface du servant ``SALOME_MED_MEDOP``):
     FIELD pow(in FIELD f, in long power) raises (SALOME::SALOME_Exception);
     /*! Linear transformation of the field f (factor*f+offset) */
     FIELD lin(in FIELD f, in double factor, in double offset) raises (SALOME::SALOME_Exception);
-    /*! Dublication of the field f */
+    /*! Duplication of the field f */
     FIELD dup(in FIELD f) raises (SALOME::SALOME_Exception);
 
 Cette interface est implémentée dans la classe C++ ``MEDOP_i`` du