Skip to content

Commit

Permalink
Edit spelling mistake in my previous pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhanudutta committed Oct 22, 2017
1 parent c95f3ef commit dcaad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/traincascade/traincascade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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[] )
Expand Down

0 comments on commit dcaad31

Please sign in to comment.