From 9a7c8567ba50ec58d9c54fc20b1aef5f1a05b95b Mon Sep 17 00:00:00 2001 From: Susan Hert Date: Fri, 1 Jun 2001 17:18:50 +0000 Subject: [PATCH] typo fixed --- .../Convex_hull_3/doc_tex/basic/ConvexHull/convex_hull_3.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convex_hull_3.tex b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convex_hull_3.tex index 43b451e6107..cc8fa6fbb9f 100644 --- a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convex_hull_3.tex +++ b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convex_hull_3.tex @@ -6,7 +6,7 @@ dimensions. The function \ccc{convex_hull_3}\ccIndexMainItem[C]{convex_hull_3} provides an implementation of the quickhull algorithm \cite{bdh-qach-96} for three dimensions\ccIndexMainItem{quickhull, 3D}. There are two versions of this -function availalbe, one that can be used when it is known that the output +function available, one that can be used when it is known that the output will be a polyhedron (\textit{i.e.}, there are more than three points and they are not all collinear) and one that handles all degenerate cases and returns a \ccc{CGAL::Object}, which may be a point, a segment, a