From 23f1b983500938c88767b2b5b3d2de73cdcb0e95 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 8 Apr 2009 11:40:21 +0000 Subject: [PATCH] typos and related. --- .../include/CGAL/Arr_geometry_traits/Conic_arc_2.h | 2 +- .../include/CGAL/Arr_geometry_traits/Rational_arc_2.h | 4 ++-- .../CGAL/Boolean_set_operations_2/Bso_internal_functions.h | 2 +- .../include/CGAL/Kinetic/Default_instantaneous_kernel.h | 3 ++- Matrix_search/include/CGAL/Cartesian_matrix.h | 2 +- Matrix_search/include/CGAL/all_furthest_neighbors_2.h | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_arc_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_arc_2.h index 64aa4dc71fa..144d688ef67 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_arc_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_arc_2.h @@ -113,7 +113,7 @@ protected: public: - /// \name Construction and destruction fucntions. + /// \name Construction and destruction functions. //@{ /*! diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Rational_arc_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Rational_arc_2.h index 87dd2b9d76c..c7a4399ee08 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Rational_arc_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Rational_arc_2.h @@ -1881,9 +1881,9 @@ protected: } /*! - * Check if the underlying rational fucntion is the same in the given arc. + * Check if the underlying rational function is the same in the given arc. * \param arc The given arc. - * \return (true) if arc's underlying rational fucntion is the same + * \return (true) if arc's underlying rational function is the same * as of *this; (false) otherwise. */ bool _has_same_base (const Self& arc) const diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h index 406b7e40cde..7b52ac01cde 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h @@ -18,7 +18,7 @@ // Author(s) : Baruch Zukerman // Ron Wein -#ifndef CGAL_BSO_INTERNAL_FUCNTIONS_H +#ifndef CGAL_BSO_INTERNAL_FUNCTIONS_H #define CGAL_BSO_INTERNAL_FUNCTIONS_H #include diff --git a/Kinetic_data_structures/include/CGAL/Kinetic/Default_instantaneous_kernel.h b/Kinetic_data_structures/include/CGAL/Kinetic/Default_instantaneous_kernel.h index afce66ee6f7..3183326b856 100644 --- a/Kinetic_data_structures/include/CGAL/Kinetic/Default_instantaneous_kernel.h +++ b/Kinetic_data_structures/include/CGAL/Kinetic/Default_instantaneous_kernel.h @@ -19,7 +19,8 @@ // Author(s) : Daniel Russel #ifndef CGAL_CARTESIAN_DEFAULT_INSTANTANEOUS_KERNEL_H -#define CGAL_CARTESIAN_DEFAULT_INSTANTANEOUS_KERNEL_H +#define CGAL_CARTESIAN_DEFAULT_INSTANTANEOUS_KERNEL_H + #include #include #include diff --git a/Matrix_search/include/CGAL/Cartesian_matrix.h b/Matrix_search/include/CGAL/Cartesian_matrix.h index 136d2455b65..47a5c0b5f84 100644 --- a/Matrix_search/include/CGAL/Cartesian_matrix.h +++ b/Matrix_search/include/CGAL/Cartesian_matrix.h @@ -17,7 +17,7 @@ // // Author(s) : Michael Hoffmann -#if ! (CGAL_CARTESIAN_MATRIX_H) +#ifndef CGAL_CARTESIAN_MATRIX_H #define CGAL_CARTESIAN_MATRIX_H 1 #include diff --git a/Matrix_search/include/CGAL/all_furthest_neighbors_2.h b/Matrix_search/include/CGAL/all_furthest_neighbors_2.h index 14da8092bf6..b5f820009d7 100644 --- a/Matrix_search/include/CGAL/all_furthest_neighbors_2.h +++ b/Matrix_search/include/CGAL/all_furthest_neighbors_2.h @@ -17,7 +17,7 @@ // // Author(s) : Michael Hoffmann -#if ! (CGAL_ALL_FURTHEST_NEIGHBORS_2_H) +#ifndef CGAL_ALL_FURTHEST_NEIGHBORS_2_H #define CGAL_ALL_FURTHEST_NEIGHBORS_2_H 1 #include