fixed typo
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Wed, 1 Jan 2014 15:41:14 +0000 (19:41 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Wed, 1 Jan 2014 15:41:14 +0000 (19:41 +0400)
modules/cudaimgproc/include/opencv2/cudaimgproc.hpp

index be141b1..d451b93 100644 (file)
@@ -224,7 +224,7 @@ CV_EXPORTS Ptr<HoughLinesDetector> 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: