Skip to content

Commit 3568c78

Browse files
committed
Fix typos pointed out by Mael
1 parent c213772 commit 3568c78

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Installation/CHANGES

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
-------------------------------- Release 4.7 --------------------------------
32

43
Release date: October 2015
@@ -17,7 +16,7 @@ Release date: October 2015
1716
source edition it should be /path-to/qt-everywhere-opensource-src-
1817
<version>/qtbase/lib/cmake/Qt5.
1918

20-
- The code of the 3D demos now use modern OpenGL, with shaders, instead of
19+
- The code of the 3D demos now uses modern OpenGL, with shaders, instead of
2120
the fixed pipeline API of OpenGL-1.
2221

2322
- The Microsoft Windows Visual C++ compiler 2015 (VC14) is now supported.
@@ -100,9 +99,9 @@ Release date: October 2015
10099

101100
- This package now supports any model of the concept FaceGraph.
102101

103-
- Breaking change: The package no longer support models of
104-
TriangulatedSurfaceMesh which are not at the same time model of the concept
105-
FaceGraph.
102+
- Breaking change: The package no longer supports models of
103+
TriangulatedSurfaceMesh which are not at the same time models of the
104+
concept FaceGraph.
106105

107106

108107
* dD Geometry Kernel
@@ -124,7 +123,7 @@ Release date: October 2015
124123
- The existing ArrangementLandmarkTraits_2 concept, which has two
125124
requirements, now refines the two respective concepts above.
126125

127-
- The template parameter of the exsting
126+
- The template parameter of the existing
128127
Arr_polyline_traits_2<SegmentTraits> template must be substituted with
129128
a traits class that is a model of the
130129
ArrangementConstructXMonotoneTraits_2 concept among the other when
@@ -179,7 +178,7 @@ Release date: October 2015
179178
the function CGAL::vcm_is_on_feature_edge() to determine whether a point is
180179
on or close to a feature edge. The former function is also internally used
181180
by CGAL::vcm_estimate_normals() to estimate the normals of a point set and
182-
it is particularly suited to point set with noise.
181+
it is particularly suited to point sets with noise.
183182

184183

185184
* Spatial Sorting

Installation/changes.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h3>Installation</h3>
166166
edition it should be
167167
<code>/path-to/qt-everywhere-opensource-src-&lt;version&gt;/qtbase/lib/cmake/Qt5</code>.
168168
</li>
169-
<li>The code of the 3D demos now use modern OpenGL, with shaders,
169+
<li>The code of the 3D demos now uses modern OpenGL, with shaders,
170170
instead of the fixed pipeline API of OpenGL-1.</li>
171171
<li>The Microsoft Windows Visual C++ compiler 2015 (VC14) is now
172172
supported. However, since this compiler is not officially supported
@@ -267,9 +267,9 @@ <h3>Approximation of Ridges and Umbilics on Triangulated Surface Meshes</h3>
267267
<ul>
268268
<li> This package now supports any model of the
269269
concept <code>FaceGraph</code>.
270-
<li> <b>Breaking change:</b> The package no longer support models
270+
<li> <b>Breaking change:</b> The package no longer supports models
271271
of <code>TriangulatedSurfaceMesh</code> which are not at the same
272-
time model of the concept <code>FaceGraph</code>.
272+
time models of the concept <code>FaceGraph</code>.
273273
</li>
274274
</ul>
275275

@@ -296,7 +296,7 @@ <h3>2D Arrangements</h3>
296296
<li>The existing <code>ArrangementLandmarkTraits_2</code> concept,
297297
which has two requirements, now refines the two respective
298298
concepts above.</li>
299-
<li>The template parameter of the exsting
299+
<li>The template parameter of the existing
300300
<code>Arr_polyline_traits_2&lt;SegmentTraits&gt;</code> template
301301
must be substituted with a traits class that is a model of
302302
the <code>ArrangementConstructXMonotoneTraits_2</code> concept
@@ -363,7 +363,7 @@ <h3>Point Set Processing and Surface Reconstruction from Point Sets</h3>
363363
whether a point is on or close to a feature edge. The former function
364364
is also internally used by <code>CGAL::vcm_estimate_normals()</code>
365365
to estimate the normals of a point set and it is particularly suited
366-
to point set with noise.
366+
to point sets with noise.
367367
</li>
368368
</ul>
369369

0 commit comments

Comments
 (0)