From b905482f26dc7028f931285036b0071f2edd3874 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Fri, 11 Jun 2021 15:24:49 +0200 Subject: [PATCH] fixed typos --- Solver_interface/include/CGAL/Eigen_solver_traits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solver_interface/include/CGAL/Eigen_solver_traits.h b/Solver_interface/include/CGAL/Eigen_solver_traits.h index e2fc4f64c0d..9fe3457e84d 100644 --- a/Solver_interface/include/CGAL/Eigen_solver_traits.h +++ b/Solver_interface/include/CGAL/Eigen_solver_traits.h @@ -70,7 +70,7 @@ The class `Eigen_solver_traits` provides an interface to the sparse solvers of \ \cgalModels `SparseLinearAlgebraWithFactorTraits_d` and `NormalEquationSparseLinearAlgebraTraits_d` -\tparam EigenSolverT A sparse solver of \ref thirdpartyEigen "Eigen". The default solver is the iterative bi-congugate gradient stabilized solver `Eigen::BiCGSTAB` for `double`. +\tparam EigenSolverT A sparse solver of \ref thirdpartyEigen "Eigen". The default solver is the iterative bi-conjugate gradient stabilized solver `Eigen::BiCGSTAB` for `double`. \sa `CGAL::Eigen_sparse_matrix` \sa `CGAL::Eigen_sparse_symmetric_matrix` @@ -230,7 +230,7 @@ protected: }; // Specialization of the solver for BiCGSTAB as for surface parameterization, -// the intializer should be a vector of one's (this was the case in 3.1-alpha +// the initializer should be a vector of one's (this was the case in 3.1-alpha // but not in the official 3.1). template<> class Eigen_solver_traits::EigenType> >