Fixed typos in comments

This commit is contained in:
unknown
2014-06-26 14:17:57 +02:00
parent 1138fbb940
commit ade46bd428
12 changed files with 54 additions and 54 deletions

View File

@@ -1632,7 +1632,7 @@ bool CvSVM::train( const CvMat* _train_data, const CvMat* _responses,
if( !do_train( svm_type, sample_count, var_count, samples, responses, temp_storage, alpha ))
EXIT;
ok = true; // model has been trained succesfully
ok = true; // model has been trained successfully
__END__;