Skip to content

Commit

Permalink
Spelling corrections
Browse files Browse the repository at this point in the history
Spelling corrections
  • Loading branch information
albert-github committed Jun 25, 2024
1 parent 29ed736 commit a0e7a6e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Arr_rational_function_traits_2 {
void cleanup_cache() const;

/*!
Returns a pointer to the used algerbaic kernel object.
Returns a pointer to the used algebraic kernel object.
*/
const Algebraic_kernel_d_1* algebraic_kernel_d_1() const;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ class Simple_algebraic_kernel_2 {
//! \brief checks whether curve has only finitely many self-intersection
//! points, i.e., it has no self-overlapped continuous parts
//!
//! for algerbaic curves this means that supporting polynomial is
//! for algebraic curves this means that supporting polynomial is
//! square-free
struct Has_finite_number_of_self_intersections_2 :
public CGAL::cpp98::unary_function< Polynomial_2, bool > {
Expand All @@ -1252,7 +1252,7 @@ class Simple_algebraic_kernel_2 {
//! \brief checks whether a curve pair has finitely many intersections,
//! in other words, whether two curves have no continuous common part
//!
//! in case of algerbaic curves: checks whether supporting polynomials are
//! in case of algebraic curves: checks whether supporting polynomials are
//! coprime
struct Has_finite_number_of_intersections_2 :
public CGAL::cpp98::binary_function< Curve_analysis_2, Curve_analysis_2, bool > {
Expand Down
4 changes: 2 additions & 2 deletions Documentation/doc/biblio/geom.bib
Original file line number Diff line number Diff line change
Expand Up @@ -16862,7 +16862,7 @@ @inproceedings{b-prcv-75
, title = "A polyhedron representation for computer vision"
, booktitle = "Proc. AFIPS Natl. Comput. Conf."
, volume = 44
, publisher = "AFIPS Press, Alrington, Va."
, publisher = "AFIPS Press, Arlington, Va."
, year = 1975
, pages = "589--596"
, update = "98.07 bibrelex"
Expand Down Expand Up @@ -116674,7 +116674,7 @@ @article{p-dmdci-35

@article{p-axrac-44
, author = "A. L. Patterson"
, title = "Amibguities in the {X}-ray analysis of crystal structures"
, title = "Ambiguities in the {X}-ray analysis of crystal structures"
, journal = "Physical Review"
, volume = 65
, year = 1944
Expand Down
2 changes: 1 addition & 1 deletion Envelope_3/include/CGAL/Env_triangle_traits_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class Env_triangle_traits_3 : public ArrSegmentTraits {
// case, to find whether a 2d point lies below/above/on a line
// this test is simply computing the sign of:
// (1) [(y3 - y1)(z2 - z1) - (z3 - z1)(y2 - y1)] * sign(y3 - y1)
// abd comparing to 0, where pi = (xi, yi, zi), and p2 is compared to the
// and comparing it with 0, where pi = (xi, yi, zi), and p2 is compared to the
// line formed by p1 and p3 (in the direction p1 -> p3)
//
// for general vertical plane, we change (x, y) coordinates to (v, w),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class Hyperbolic_Delaunay_triangulation_2: private Delaunay_triangulation_2<Gt,T
void remove(Vertex_handle v);

/*!
Removes the vertices in the iterator range `[firs, last)` from the triangulation.
Removes the vertices in the iterator range `[first, last)` from the triangulation.
\pre all vertices in `[first, last)` are vertices of the triangulation.
*/
template <class VertexRemoveIterator>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The class expects two template parameters.
bool remove(Vertex_handle v);

/*!
Removes the vertices in the iterator range `[firs, last)` from the triangulation.
Removes the vertices in the iterator range `[first, last)` from the triangulation.
\pre all vertices in `[first, last)` are vertices of the triangulation.
*/
template <class VertexRemoveIterator>
Expand Down

0 comments on commit a0e7a6e

Please sign in to comment.