Fide typos

This commit is contained in:
Christophe Delage 2006-09-15 06:58:48 +00:00
parent de39c1f161
commit 4fea33a35f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
\begin{ccRefFunctionObjectClass}{Multiscale_sort<Sort>}
\ccDefinition The class \ccRefName\ represents a sorting algorithm adaptor.
Given a range of $n$ points:
\begin{enumrate}
\begin{enumerate}
\item it applies \ccc{Sort} on the last $(1 -$\ccc{ratio}$)\times n$ points,
\item it recurses on the first \ccc{ratio}$\times n$ points,
stopping when there are less than \ccc{threshold} points.

View File

@ -38,7 +38,7 @@ The default traits class \ccc{Default_traits} is the kernel in which the type
\item \ccc{Traits} is a model for concept \ccc{SpatialSortingTraits_2} or \ccc{SpatialSortingTraits_3}.
\end{enumerate}
\ccImplemetation
\ccImplementation
Creates an instance of \ccc{Hilbert_sort_2<Traits>} or
\ccc{Hilbert_sort_3<Traits>} and calls its \ccc{operator()}.