diff --git a/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp b/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp index be141b1afa..d451b93b1e 100644 --- a/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp +++ b/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp @@ -224,7 +224,7 @@ CV_EXPORTS Ptr createHoughLinesDetector(float rho, float the ////////////////////////////////////// // HoughLinesP -//! finds line segments in the black-n-white image using probabalistic Hough transform +//! finds line segments in the black-n-white image using probabilistic Hough transform class CV_EXPORTS HoughSegmentDetector : public Algorithm { public: