diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/refine_zero_against.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/refine_zero_against.h
index bff345f28f3..672623b88a7 100644
--- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/refine_zero_against.h
+++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/refine_zero_against.h
@@ -66,7 +66,7 @@ int descartes(Polynomial& p, const Field& low,const Field& high){
}
/*! \ingroup \NiX_univariate_polynomial_utils
- * \brief refine isolating interval for \c p w.r.t \c q
+ * \brief refine isolating interval for \c p w.r.t. \c q
*
* This function refines the interval ]low, high[
* such that it does not contain any zero of \c q different from the
diff --git a/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h b/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h
index 4c6dacd7802..6366741afad 100644
--- a/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h
+++ b/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h
@@ -273,7 +273,7 @@ private:
FT local_move_sq_ratio = (move * move) / local_sq_size;
- // Move point only if displacement is big enough w.r.t local size
+ // Move point only if displacement is big enough w.r.t. local size
if ( local_move_sq_ratio < sq_freeze_ratio_ )
return CGAL::NULL_VECTOR;
diff --git a/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder.h b/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder.h
index e8c2c214e48..03eb91e812b 100644
--- a/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder.h
+++ b/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder.h
@@ -563,7 +563,7 @@ private:
/**
- * Initialize cells_queue w.r.t sliver_bound_
+ * Initialize cells_queue w.r.t. sliver_bound_
*/
void initialize_cells_priority_queue()
{
diff --git a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h
index f12ce7c719c..69edfdae744 100644
--- a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h
+++ b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h
@@ -3859,7 +3859,7 @@ Periodic_3_triangulation_3::get_cell(const Vertex_handle* vh) const
}
/*! \brief gets the offset of tester.point() such that
- * this point is in conflict with c w.r.t tester.get_offset().
+ * this point is in conflict with c w.r.t. tester.get_offset().
*
* Implementation: Just try all eight possibilities.
*/
diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h
index 0f832497438..70903a4d225 100644
--- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h
+++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h
@@ -51,7 +51,7 @@ From the perspective of a dynamic system of moving edges, such a distance can be
instant (in time). Therefore, every distinct position along a bisector corresponds
to a distinct instant in the offsetting process.
-As they move inward, edges can expand or contract w.r.t to the endpoints sharing a vertex.
+As they move inward, edges can expand or contract w.r.t. to the endpoints sharing a vertex.
If a vertex has an internal angle \f$ <\pi\f$, its incident edges will contract
but if its internal angle \f$ >\pi\f$, they will expand. The movement of the edges,
along with their extent change, result in collisions between non-adjacent edges.
diff --git a/Straight_skeleton_2/include/CGAL/predicates/Polygon_offset_pred_ftC2.h b/Straight_skeleton_2/include/CGAL/predicates/Polygon_offset_pred_ftC2.h
index 88edb2da5fd..d37eaaf5152 100644
--- a/Straight_skeleton_2/include/CGAL/predicates/Polygon_offset_pred_ftC2.h
+++ b/Straight_skeleton_2/include/CGAL/predicates/Polygon_offset_pred_ftC2.h
@@ -26,7 +26,7 @@ namespace CGAL_SS_i {
// Given a triple of oriented straight line segments: (e0,e1,e2) such that
// there exists a distance 'et' for which the offsets lines at 'et' (e0',e1',e2') intersect in a single point;
-// returns the relative order of 't' w.r.t 'et'.
+// returns the relative order of 't' w.r.t. 'et'.
// PRECONDITION: There exists a positive distance et for which the offset triple intersect at a single point.
template
Uncertain
diff --git a/Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h b/Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h
index 77fa3eacc40..ac11053935d 100644
--- a/Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h
+++ b/Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h
@@ -237,7 +237,7 @@ Uncertain exist_offset_lines_isec2 ( boost::intrusive_ptr< Trisegment_2
@@ -333,7 +333,7 @@ is_edge_facing_offset_lines_isecC2 ( boost::intrusive_ptr< Trisegment_2