From dcaad315e7871c0ad39c924df340fa969e49f995 Mon Sep 17 00:00:00 2001 From: Bhanudutta Date: Sun, 22 Oct 2017 12:37:19 +0530 Subject: [PATCH] Edit spelling mistake in my previous pull request --- apps/traincascade/traincascade.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/traincascade/traincascade.cpp b/apps/traincascade/traincascade.cpp index 6c3fc84b3e..0efce23b16 100644 --- a/apps/traincascade/traincascade.cpp +++ b/apps/traincascade/traincascade.cpp @@ -6,7 +6,7 @@ using namespace cv; /* traincascade.cpp is the source file of the program used for cascade training. -User has to provide training input in form of posotive and negative training images, +User has to provide training input in form of positive and negative training images, and other data related to training in form of command line argument. */ int main( int argc, char* argv[] )