From e4a70bdf9435d50172e0e8f7d3dca67de593cf7d Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Fri, 21 Aug 2020 08:38:30 +0200 Subject: [PATCH] typo in comment --- vcg/space/box3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {