Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Sorry merged too quickly and couldn't add it post-merge to #2330 ...
  • Loading branch information
wasertech committed Jan 12, 2023
1 parent 15bef27 commit a694187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native_client/generate_scorer_package.cpp
Expand Up @@ -51,8 +51,8 @@ create_package(absl::optional<string> checkpoint_path,
}

if (!force_bytes_output_mode.value() && !checkpoint_path.has_value()) {
cerr << "No --checkpoint file specified, not using bytes output mode, can't continue."
<< "\nCheckpoint path must contains an alphabet."
cerr << "No --checkpoint path specified, not using bytes output mode, can't continue."
<< "\nCheckpoint path must contain an alphabet."
<< "\nStart by creating an alphabet for your models using coqui_stt_training.util.check_characters if needed.\n"
<< "\n python -m coqui_stt_training.util.check_characters \\"
<< "\n --csv-files ... \\"
Expand Down

0 comments on commit a694187

Please sign in to comment.