diff --git a/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h b/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h index fe4d60fc8f2..22935fdc1ac 100644 --- a/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h +++ b/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h @@ -167,7 +167,7 @@ inline typename K::Boolean do_intersect(const typename K::Tetrahedron_3 &tet, return do_intersect(bb, tet, k); } -// BBox_3 sphecific code since it is ok for BBox_3 to degenerate. +// BBox_3 specific code since it is ok for BBox_3 to degenerate. template inline typename K::Boolean do_intersect(const CGAL::Bbox_3 &aabb, const typename K::Tetrahedron_3 &tet,