From 62926f920afd09a0b53b18f91c0fdcbb0094bf27 Mon Sep 17 00:00:00 2001 From: agiust Date: Mon, 19 Feb 2024 13:57:30 +0100 Subject: [PATCH] fix typo in comment --- .../include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h b/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h index 8f88642aed8..0bcc3f633a5 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h @@ -577,7 +577,7 @@ public: return (m_self->compare_y_at_x_right_2_object()(xcv1, xcv2, left1)); } - // We now that the curves do not share a common endpoint, and we can + // We know that the curves do not share a common endpoint, and we can // compare their relative y-position (which does not change to the left // of the given point p). return (m_self->compare_y_position_2_object()(xcv1, xcv2));