Skip to content

Commit

Permalink
commontraining: Fix two comments
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Oct 15, 2018
1 parent 4b9e0a8 commit d0d73da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/training/commontraining.cpp
Expand Up @@ -37,8 +37,8 @@ STRING_PARAM_FLAG(test_ch, "", "UTF8 test character string");

/**
* This routine parses the command line arguments that were
* passed to the program and ses them to set relevant
* training-related global parameters
* passed to the program and uses them to set relevant
* training-related global parameters.
*
* Globals:
* - Config current clustering parameters
Expand Down Expand Up @@ -118,8 +118,8 @@ DOUBLE_PARAM_FLAG(clusterconfig_confidence, Config.Confidence,

/**
* This routine parses the command line arguments that were
* passed to the program and ses them to set relevant
* training-related global parameters
* passed to the program and uses them to set relevant
* training-related global parameters.
*
* Globals:
* - Config current clustering parameters
Expand Down

0 comments on commit d0d73da

Please sign in to comment.