From d0d73da65aef67282550ecef5d53c49452e9561f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 15 Oct 2018 11:15:49 +0200 Subject: [PATCH] commontraining: Fix two comments Signed-off-by: Stefan Weil --- src/training/commontraining.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/training/commontraining.cpp b/src/training/commontraining.cpp index 8b1e1be373..4af5e3611a 100644 --- a/src/training/commontraining.cpp +++ b/src/training/commontraining.cpp @@ -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 @@ -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