Fix typo in imgproc.hpp
authorShuyu Liang <thinkingene@gmail.com>
Mon, 17 Jul 2017 07:51:10 +0000 (15:51 +0800)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2017 07:51:10 +0000 (15:51 +0800)
modules/imgproc/include/opencv2/imgproc.hpp

index 85c51c9..5e42232 100644 (file)
@@ -1227,7 +1227,7 @@ public:
                         OutputArray nfa = noArray()) = 0;
 
     /** @brief Draws the line segments on a given image.
-    @param _image The image, where the liens will be drawn. Should be bigger or equal to the image,
+    @param _image The image, where the lines will be drawn. Should be bigger or equal to the image,
     where the lines were found.
     @param lines A vector of the lines that needed to be drawn.
      */