X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBRepBndLib%2FBRepBndLib.hxx;h=aff41a5ef68090bc258b30bd67ba0613ca9e8b30;hb=21c7c457012cc6d981fb47d24abd33edfecf90af;hpb=81ff49158aee6c2d6df6d03baabc57fbc5cd7385 diff --git a/src/BRepBndLib/BRepBndLib.hxx b/src/BRepBndLib/BRepBndLib.hxx index c643cca2fd..aff41a5ef6 100644 --- a/src/BRepBndLib/BRepBndLib.hxx +++ b/src/BRepBndLib/BRepBndLib.hxx @@ -70,7 +70,7 @@ public: Standard_EXPORT static void AddClose (const TopoDS_Shape& S, Bnd_Box& B); //! Adds the shape S to the bounding box B. - //! This algorith builds precise bounding box, + //! This algorithm builds precise bounding box, //! which differs from exact geometry boundaries of shape only on shape entities tolerances //! Algorithm is the same as for method Add(..), but uses more precise methods for building boxes //! for geometry objects.