Skip to content

Commit

Permalink
fix a typo (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
seehuhn authored May 19, 2023
1 parent e25e5f1 commit 8b0b5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/command/analysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ int MainCmds::analysis(const vector<string>& 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;
Expand Down

0 comments on commit 8b0b5ea

Please sign in to comment.