Salome HOME
Typo-fix by Kunda + fix user doc generation
[modules/smesh.git] / src / SMDS / SMDS_Mesh.hxx
index 38952f78cb5bcb17d540b1952418f3fc98078ff5..e81735e44bab581ea7814238190f96468ba4899e 100644 (file)
@@ -668,7 +668,7 @@ public:
 
   /*!
    * \brief Raise an exception if free memory (ram+swap) too low
-    * \param doNotRaise - if true, suppres exception, just return free memory size
+    * \param doNotRaise - if true, suppress exception, just return free memory size
     * \retval int - amount of available memory in MB or negative number in failure case
    */
   static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);