issue #8515 Spelling mistakes found checking `en-GB` to `en-US`

After review.
This commit is contained in:
albert-github 2024-10-05 11:57:54 +02:00
parent 151f612fb7
commit bb51556a64
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ template <class COEFF, class ROOT, class ACDE_TAG,class FP_TAG>
class Algebraic_extension_traits<CGAL::Sqrt_extension<COEFF,ROOT,ACDE_TAG,FP_TAG> > { class Algebraic_extension_traits<CGAL::Sqrt_extension<COEFF,ROOT,ACDE_TAG,FP_TAG> > {
/* needed to 'add up' sqrt_extensions in iterator range such that all roots /* needed to 'add up' sqrt_extensions in iterator range such that all roots
are collected in order to keep operation time minimal all scalar coeffs are collected in order to keep operation time minimal all scalar coeffs
are set to 1 by standardize. are set to 1 by default.
TODO .. find a better name, if you want to. TODO .. find a better name, if you want to.
*/ */
template <class Type_> template <class Type_>