From 6a68e31957114c3c3aec28d4556e81b2b6ad3e89 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 9 Jan 2018 13:35:13 +0300 Subject: [PATCH] typo-fix by Kunda http://www.salome-platform.org/forum/forum_10/195000978 --- doc/dev/sphinx/fr/medcalc-develguide.rst | 4 ++-- doc/dev/sphinx/fr/medop-prototype-develguide.rst | 2 +- doc/dev/sphinx/medop-prototype-develguide.rst | 2 +- idl/MEDCalculator.idl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/dev/sphinx/fr/medcalc-develguide.rst b/doc/dev/sphinx/fr/medcalc-develguide.rst index 5fb1b0dbb..192c895e4 100644 --- a/doc/dev/sphinx/fr/medcalc-develguide.rst +++ b/doc/dev/sphinx/fr/medcalc-develguide.rst @@ -185,9 +185,9 @@ Ecrire un service CORBA qui retourne une structure CORBA: _fieldHandlerMap[fieldHandler->id] = fieldHandler; // >>> WARNING: CORBA struct specification indicates that the - // assignement acts as a desctructor for the structure that is + // assignment acts as a destructor for the structure that is // pointed to. The values of the fields are copy first in the new - // structure that receives the assignement and finally the initial + // structure that receives the assignment and finally the initial // structure is destroyed. In the present case, WE WANT to keep // the initial fieldHandler in the map. We must then make a deep // copy of the structure found in the map and return the copy. The diff --git a/doc/dev/sphinx/fr/medop-prototype-develguide.rst b/doc/dev/sphinx/fr/medop-prototype-develguide.rst index 60e09a3b8..2bd17ee85 100644 --- a/doc/dev/sphinx/fr/medop-prototype-develguide.rst +++ b/doc/dev/sphinx/fr/medop-prototype-develguide.rst @@ -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 diff --git a/doc/dev/sphinx/medop-prototype-develguide.rst b/doc/dev/sphinx/medop-prototype-develguide.rst index 0bc2eae90..0172c4617 100644 --- a/doc/dev/sphinx/medop-prototype-develguide.rst +++ b/doc/dev/sphinx/medop-prototype-develguide.rst @@ -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 diff --git a/idl/MEDCalculator.idl b/idl/MEDCalculator.idl index e1048322a..73e07383f 100644 --- a/idl/MEDCalculator.idl +++ b/idl/MEDCalculator.idl @@ -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); -- 2.39.2