fix small typo
authorStevenPuttemans <steven.puttemans@kuleuven.be>
Mon, 8 Aug 2016 08:58:46 +0000 (10:58 +0200)
committerStevenPuttemans <steven.puttemans@kuleuven.be>
Mon, 8 Aug 2016 08:58:46 +0000 (10:58 +0200)
modules/features2d/doc/common_interfaces_of_feature_detectors.rst

index 9f7b630..a42ac07 100644 (file)
@@ -147,7 +147,7 @@ for example: ``"GridFAST"``, ``"PyramidSTAR"`` .
 .. note:: When using the SIFT and SURF detector types be sure to add the following lines to your code
 
      * Add an extra include: `#include <opencv2/nonfree/nonfree.hpp>`
-     * Add an initialisation function at the start of your code: `initModules_nonfree();`
+     * Add an initialisation function at the start of your code: `initModule_nonfree();`
 
 FastFeatureDetector
 -------------------