Salome HOME
Correction of english mistakes
[modules/homard.git] / src / HOMARD_I / HOMARD_Gen_i.cxx
index eca83e6997d985d9198f555bc9a1b940f04dee5f..766af3da72abf391de72ebeda78975837e6113e4 100644 (file)
@@ -520,7 +520,7 @@ CORBA::Long HOMARD_Gen_i::DeleteZone(const char* nomZone)
   {
     SALOME::ExceptionStruct es;
     es.type = SALOME::BAD_PARAM;
-    es.text = "This zone is used in an hypothesis and cannot be deleted.";
+    es.text = "This zone is used in a hypothesis and cannot be deleted.";
     throw SALOME::SALOME_Exception(es);
     return 2 ;
   };