From 1896f1bda44e90048a0cba9deef03efecb6eaa8d Mon Sep 17 00:00:00 2001 From: Elie KHOURY <elie.khoury@idiap.ch> Date: Mon, 29 Jun 2015 09:55:56 +0200 Subject: [PATCH] corrected minor typo --- bob/bio/gmm/tools/command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/gmm/tools/command_line.py b/bob/bio/gmm/tools/command_line.py index b9ef7c2..a759379 100644 --- a/bob/bio/gmm/tools/command_line.py +++ b/bob/bio/gmm/tools/command_line.py @@ -28,7 +28,7 @@ def add_parallel_gmm_options(parsers, sub_module = None): help = 'The sub-directory (relative to --temp-directory), where intermediate gmm files should be stored') if sub_module is not None: - sub_dir_group.add_argument('--projected-gmm-directory', default = 'projetced_gmm', + sub_dir_group.add_argument('--projected-gmm-directory', default = 'projected_gmm', help = 'The sub-directory (relative to --temp-directory), where projected gmm training files should be stored') if sub_module == 'ivector': -- GitLab