Salome HOME
fix of typos by kunda http://www.salome-platform.org/forum/forum_10/789486812
[modules/med.git] / src / MEDCalc / cmp / MEDPyLockWrapper.hxx
index cf231f2d68421339dce732e0ca38068a6b034c10..a3bcc5d02a08bb4c778483ca8187e33f78c069df 100644 (file)
@@ -33,7 +33,7 @@
  * Utility class wrapping the Python GIL acquisition. This makes use of the high level
  * API (PyGILState_Ensure and PyGILState_Release), and is hence compatible with only
  * one running Python interpreter (no call to Py_NewInterpreter()).
- * When the class is instanciated the lock is acquired. It is released at destruction time.
+ * When the class is instantiated the lock is acquired. It is released at destruction time.
  * Copy construction (and hence assignation) is forbidden.
  */
 class MEDPyLockWrapper