diff --git a/vcg/space/box3.h b/vcg/space/box3.h index 81717931..4fd6de3a 100644 --- a/vcg/space/box3.h +++ b/vcg/space/box3.h @@ -151,7 +151,7 @@ void Add( const Point3 & p, const BoxScalarType radius ) max.Z() = std::max(max.Z(),p.Z()+radius); } } - /** Modify the current bbox to contain also the box b trasformed according to the matrix m + /** Modify the current bbox to contain also the box b transformed according to the matrix m */ void Add( const Matrix44 &m, const Box3 & b ) {