grammar fix: a -> the
authorguopei <guopei@users.noreply.github.com>
Sun, 8 Mar 2015 10:51:48 +0000 (18:51 +0800)
committerguopei <guopei@users.noreply.github.com>
Sun, 8 Mar 2015 10:51:48 +0000 (18:51 +0800)
doc/user_guide/ug_traincascade.markdown

index 059d25e..99831ba 100644 (file)
@@ -7,7 +7,7 @@ Introduction
 The work with a cascade classifier inlcudes two major stages: training and detection. Detection
 stage is described in a documentation of objdetect module of general OpenCV documentation.
 Documentation gives some basic information about cascade classifier. Current guide is describing how
-to train a cascade classifier: preparation of a training data and running the training application.
+to train a cascade classifier: preparation of the training data and running the training application.
 
 ### Important notes