From 4839bfb1a56ed8fd4bbd9fa95f3ab9f11ab69f8d Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Mon, 8 Aug 2011 14:03:37 +0000 Subject: [PATCH] fixed grammar of the comment --- modules/features2d/include/opencv2/features2d/features2d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/include/opencv2/features2d/features2d.hpp b/modules/features2d/include/opencv2/features2d/features2d.hpp index 8f116bd7d2..8ffae6180b 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