From: eap Date: Mon, 31 Jan 2011 13:10:15 +0000 (+0000) Subject: fix a misspell in comment X-Git-Tag: StartingPortingMED3~88 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b6b8aa7213ca0fecd91a0a85ae1de1f3c8512234;p=modules%2Fsmesh.git fix a misspell in comment --- diff --git a/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.cxx b/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.cxx index c2a54ebb0..bd0198e0e 100644 --- a/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.cxx +++ b/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.cxx @@ -204,7 +204,7 @@ void StdMeshers_QuadToTriaAdaptor::MergePiramids( const SMDS_MeshElement* Pr // find and remove coincided faces of merged pyramids vector< const SMDS_MeshElement* > inverseElems - // copy inverse elements to avoid iteration on changing conainer + // copy inverse elements to avoid iteration on changing container ( TStdElemIterator( CommonNode->GetInverseElementIterator(SMDSAbs_Face)), itEnd); for ( unsigned i = 0; i < inverseElems.size(); ++i ) {