diff --git a/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h b/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h
index b886add0ff6c..d61154a97477 100644
--- a/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h
+++ b/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h
@@ -1191,7 +1191,7 @@ class Alpha_wrapper_3
if(refining)
{
- // If we are re-using the triangulation, change the label of the extra elements
+ // If we are reusing the triangulation, change the label of the extra elements
// that we have added to ensure a manifold result back to external ("manifold" -> "outside")
reset_manifold_labels();
diff --git a/Combinatorial_map/include/CGAL/Combinatorial_map.h b/Combinatorial_map/include/CGAL/Combinatorial_map.h
index 08e57b8384a5..aaa360677b74 100644
--- a/Combinatorial_map/include/CGAL/Combinatorial_map.h
+++ b/Combinatorial_map/include/CGAL/Combinatorial_map.h
@@ -3716,7 +3716,7 @@ namespace CGAL {
/** Create an edge.
* if closed==true, the edge has no 2-free dart.
- * (note that for CMap there is no differente between true and false, but
+ * (note that for CMap there is no difference between true and false, but
* this is not the case for GMap)
* @return a dart of the new edge.
*/
@@ -3733,7 +3733,7 @@ namespace CGAL {
* @param h0 the first vertex descriptor.
* @param h1 the second vertex descriptor.
* if closed==true, the edge has no 2-free dart.
- * (note that for CMap there is no differente between true and false, but
+ * (note that for CMap there is no difference between true and false, but
* this is not the case for GMap)
* @return the dart of the new edge incident to h0.
*/
diff --git a/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt b/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt
index 29ea4d99b272..161487e6b552 100644
--- a/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt
+++ b/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt
@@ -172,7 +172,7 @@ in a consistent, i.e., valid, state.
\subsection HalfedgeDSExampleAddingColortoFaces Example Adding Color to Faces
-This example re-uses the base class available for faces and adds a
+This example reuses the base class available for faces and adds a
member variable `color`.
\cgalExample{HalfedgeDS/hds_prog_color.cpp}
diff --git a/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt b/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt
index 2b2d3f8aab3a..99ad2fb43445 100644
--- a/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt
+++ b/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt
@@ -22,7 +22,7 @@ as a gradient red/green corresponding to close/far from the source vertices.
The heat method is highly efficient, since the algorithm
boils down to two standard sparse linear algebra problems. It is especially
useful in situations where one wishes to perform repeated distance queries
-on a fixed domain, since precomputation done for the first query can be re-used.
+on a fixed domain, since precomputation done for the first query can be reused.
As a rule of thumb, the method works well on triangle meshes, which are
Delaunay, though in practice may also work fine for meshes that are far from
diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md
index 6383e7fae0b8..a7a4547bbe08 100644
--- a/Installation/CHANGES.md
+++ b/Installation/CHANGES.md
@@ -3364,7 +3364,7 @@ Release date: October 2013
#### CGAL and Boost Property Maps
- The `key_type` of the property maps provided by CGAL used to be an
- iterator. In order to be more easily re-used, the `key_type` has
+ iterator. In order to be more easily reused, the `key_type` has
been changed to be the `value_type` of the iterator. The packages
that have been updated to match these changes are **Point Set
Processing** and **Surface Reconstruction from Point Sets**.
diff --git a/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h b/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h
index 6d67d3d627ca..b0de017c924f 100644
--- a/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h
+++ b/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h
@@ -2614,7 +2614,7 @@ update_mesh_topo_change(const Vertex_handle& old_vertex,
std::cerr << "update_mesh_topo_change: revert move to " << old_position << "\n";
#endif
- //reset caches in case cells are re-used by the compact container
+ //reset caches in case cells are reused by the compact container
reset_circumcenter_cache(outdated_cells);
reset_sliver_cache(outdated_cells);
outdated_cells.clear();
diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h
index 364a8dc624b1..07fe736f471a 100644
--- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h
+++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h
@@ -2185,7 +2185,7 @@ remove_self_intersections_one_step(std::setset_time_stamp(new_ts);
}
else {
- // else: the time stamp is re-used
+ // else: the time stamp is reused
// Enforces that the time stamp is greater than the current value.
// That is used when a TDS_3 is copied: in that case, the
diff --git a/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt b/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt
index 84daca88505f..5e2a44f9b2fc 100644
--- a/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt
+++ b/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt
@@ -333,7 +333,7 @@ Prior to \cgal 3.6, this functionality was available through the
In order to satisfy as many uses as possible, a design has been selected that
allows to exchange different parts to meet the users' needs, while still
-re-using a maximum of the provided functionalities. We have already seen that
+reusing a maximum of the provided functionalities. We have already seen that
the main triangulation classes are parameterized by a geometric traits class
and a triangulation data structure (TDS), so that each of them can be
interchanged with alternate implementations.