Skip to content

Commit 33a2a25

Browse files
authored
Spelling corrections (CGAL#9289)
Spelling corrections
2 parents 086e020 + 8d09ae3 commit 33a2a25

File tree

21 files changed

+30
-30
lines changed

21 files changed

+30
-30
lines changed

Arrangement_on_surface_2/demo/Arrangement_on_surface_2/QtMetaTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
//
1010
// Author(s): Ahmed Essam <theartful.ae@gmail.com>
1111

12-
#ifndef ARRANGEMENET_DEMO_QT_METATYPES_H
13-
#define ARRANGEMENET_DEMO_QT_METATYPES_H
12+
#ifndef ARRANGEMENT_DEMO_QT_METATYPES_H
13+
#define ARRANGEMENT_DEMO_QT_METATYPES_H
1414

1515
#include <QMetaType>
1616
#include <CGAL/Object.h>

Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ namespace CGAL {
392392
private:
393393
void run(const double desired_eps)
394394
// Runs Khachiyans algorithm, provided the points added so far
395-
// are non-degnerate. On return, the variable x will be a
395+
// are non-degenerate. On return, the variable x will be a
396396
// solution to program (D) for the points P such that the
397397
// relaxed optimality conditions (*) hold.
398398
//

Installation/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4805,7 +4805,7 @@ fixes for this release.
48054805
removed.
48064806
- The deprecated linear kernel functors `Construct_supporting_line_2`
48074807
and `Construct_supporting_line_3` have been removed.
4808-
- `Ambiant_dimension` and `Feature_dimenison` have been added to
4808+
- `Ambiant_dimension` and `Feature_dimension` have been added to
48094809
retrieve the potentially compile-time dimension of a space or of an
48104810
object.
48114811
- `barycenter()` functions have been added.

Linear_cell_complex/benchmark/Linear_cell_complex_2/surface_mesh/Surface_mesh.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ class Surface_mesh
491491
return !operator==(rhs);
492492
}
493493

494-
/// pre-increment (rotate couter-clockwise)
494+
/// pre-increment (rotate counter-clockwise)
495495
Vertex_around_vertex_circulator& operator++()
496496
{
497497
assert(mesh_);
@@ -549,7 +549,7 @@ class Surface_mesh
549549
return !operator==(rhs);
550550
}
551551

552-
/// pre-increment (rotate couter-clockwise)
552+
/// pre-increment (rotate counter-clockwise)
553553
Halfedge_around_vertex_circulator& operator++()
554554
{
555555
assert(mesh_);

Mesh_3/include/CGAL/Mesh_3/Mesh_global_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class Mesh_global_optimizer
304304
/**
305305
* Launch optimization process
306306
*
307-
* @param nb_interations maximum number of iterations
307+
* @param nb_iterations maximum number of iterations
308308
*/
309309
Mesh_optimization_return_code operator()(int nb_iterations,
310310
Visitor v = Visitor());

Mesh_3/include/CGAL/Mesh_3/Slivers_exuder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ class Slivers_exuder
390390

391391
/** Pre_star will represent the pre-star of a point. It is a (double)-map
392392
* of Facet (viewed from cells inside the star), ordered by the
393-
* critial_radius of the point with the cell that lies on the facet, at
393+
* critical_radius of the point with the cell that lies on the facet, at
394394
* the exterior of the pre-star. */
395395
typedef CGAL::Double_map<Facet, FT> Pre_star;
396396

Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ class Mesh_domain_with_polyline_features_3
624624
add_features_and_incidences
625625
(InputIterator first, InputIterator end,
626626
PolylinePMap polyline_pmap,
627-
IncidentPatchesIndicesPMap incident_paches_indices_pmap,
627+
IncidentPatchesIndicesPMap incident_patches_indices_pmap,
628628
IndicesOutputIterator out /* = CGAL::Emptyset_iterator() */);
629629

630630
template <typename InputIterator, typename IndicesOutputIterator>

Nef_S2/include/CGAL/Nef_S2/Sphere_geometry_OGL.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Approximator {
9696

9797
/* we construct the rotation matrix that transfers the x-axis
9898
into |ps_|, the z-axis into h_.orthogonal_vector() and the
99-
y-axix into the corresponding crossproduct of the two.*/
99+
y-axis into the corresponding crossproduct of the two.*/
100100
if ( s.is_degenerate() ) {
101101
VSegment S(1);
102102
S[0] = approximate(s.source());
@@ -153,7 +153,7 @@ class Approximator {
153153

154154
/* we construct the rotation matrix that transfers the x-axis
155155
into |ps_|, the z-axis into h_.orthogonal_vector() and the
156-
y-axix into the corresponding crossproduct of the two.*/
156+
y-axis into the corresponding crossproduct of the two.*/
157157

158158
VVector v0 = convert(s.base1());
159159
VVector v1 = convert(s.base2());

Number_types/include/CGAL/NT_wrapper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
namespace CGAL {
3030

3131
/*
32-
* This class template `NT_wapper<NT>` is currently undocumented, on purpose.
32+
* This class template `NT_wrapper<NT>` is currently undocumented, on purpose.
3333
*
3434
* This class template provides a wrapper for number types. It calls a function
3535
* `f` when a constructor, destructor, or assignment operator is called. This
@@ -191,4 +191,4 @@ struct Wrapped_epeck
191191

192192
#endif // __cpp_lib_source_location
193193

194-
#endif // CGAL_NT_WRAPPER_H
194+
#endif // CGAL_NT_WRAPPER_H

Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ make_canonical(Vertex_triple& t) const
22732273
*
22742274
* returns the cell p lies in
22752275
* starts at cell "start"
2276-
* returns a cell Cell_handel if lt == CELL
2276+
* returns a cell Cell_handle if lt == CELL
22772277
* returns a facet (Cell_handle,li) if lt == FACET
22782278
* returns an edge (Cell_handle,li,lj) if lt == EDGE
22792279
* returns a vertex (Cell_handle,li) if lt == VERTEX

0 commit comments

Comments
 (0)