diff --git a/modules/features2d/include/opencv2/features2d/features2d.hpp b/modules/features2d/include/opencv2/features2d/features2d.hpp index 8f116bd7d254a1b1205a43162e9beeabd83694e4..8ffae6180b5f3354240edf51147e5c4bf1917a36 100644 --- a/modules/features2d/include/opencv2/features2d/features2d.hpp +++ b/modules/features2d/include/opencv2/features2d/features2d.hpp @@ -2084,7 +2084,7 @@ template<> struct Accumulator { typedef float Type; }; template<> struct Accumulator { typedef float Type; }; /* - * Squeared Euclidean distance functor + * Squared Euclidean distance functor */ template struct CV_EXPORTS SL2