diff --git a/vcg/math/shot.h b/vcg/math/shot.h index 077b47e1..50b11e73 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -195,7 +195,7 @@ public: /* Sometimes the focal is given in pixels. In this case, this function can be used to convert it in millimiters * given the CCD width (in mm). This method should be moved in vcg::Camera(). - * Equivalent focal lenght is obtained by setting the ccd width to 35 mm. + * Equivalent focal length is obtained by setting the ccd width to 35 mm. */ void ConvertFocalToMM(S ccdwidth); @@ -438,7 +438,7 @@ S Shot::Depth(const vcg::Point3 & p)const /* Sometimes the focal is given in pixels. In this case, this function can be used to convert it in millimiters * given the CCD width (in mm). This method should be moved in vcg::Camera(). - * Equivalent focal lenght is obtained by setting the ccd width to 35 mm. + * Equivalent focal length is obtained by setting the ccd width to 35 mm. */ template void Shot::ConvertFocalToMM(S ccdwidth)