Salome HOME
Merge branch 'master' into pre/penta18
[modules/smesh.git] / src / DriverCGNS / DriverCGNS_Read.cxx
index e511cecd08802f389ddb5ca2a801a21862056cc0..c784acc9fa2f598f15b1f79eb8cca26a483025f2 100644 (file)
@@ -766,7 +766,7 @@ Driver_Mesh::Status DriverCGNS_Read::Perform()
     }
 
     // Read connectivity between zones. Nodes of the zone interface will be
-    // replaced withing the zones read later
+    // replaced within the zones read later
     string err = zone.ReadZonesConnection( _fn, cgnsBase, zonesByName, myMesh );
     if ( !err.empty() )
       addMessage( err );