diff --git a/cpp/command/analysis.cpp b/cpp/command/analysis.cpp index 6304a116f..25cebda5e 100644 --- a/cpp/command/analysis.cpp +++ b/cpp/command/analysis.cpp @@ -369,7 +369,7 @@ int MainCmds::analysis(const vector& args) { bots.push_back(bot); } - logger.write("Analyzing up to " + Global::intToString(numAnalysisThreads) + " positions at at time in parallel"); + logger.write("Analyzing up to " + Global::intToString(numAnalysisThreads) + " positions at a time in parallel"); logger.write("Started, ready to begin handling requests"); if(!logToStderr) { cerr << "Started, ready to begin handling requests" << endl;