From 5de5b56f52f73c27d76403fe129f89d534cd69eb Mon Sep 17 00:00:00 2001
From: Andreas Fabri
Date: Tue, 8 Mar 2011 08:25:20 +0000
Subject: [PATCH] typos
---
Installation/changes.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Installation/changes.html b/Installation/changes.html
index a55fda11a5e..be3031a0bc0 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -176,8 +176,8 @@ CGAL 3.8 offers the following improvements and new functionality :
for 3 and 4 elements.
Add intersection test and intersection computation capabilities
between an object of type Ray_3 and either an object of type Line_3, Segment_3 or Ray_3.
- Improve intersection test performance between an object of type BBox_3 and an object of type
- Plane_3 or triangle_3 by avoiding arithmetic filter failures.
+ Improve intersection test performance between an object of type Bbox_3 and an object of type
+ Plane_3 or Triangle_3 by avoiding arithmetic filter failures.
2D Envelope
@@ -218,7 +218,7 @@ CGAL 3.8 offers the following improvements and new functionality :
Triangulated Surface Mesh Simplification
- - The priority queue internally used to plan edge simplifications is no longer
+
- The priority queue internally used to prioritize edge simplifications is no longer
a relaxed heap but a binomial heap. This fix guarantees that all edges satisfying
a simplification criteria are removed (if possible).