From 8b0b5ea3f7e639894211c9cf80a43a4ce771de45 Mon Sep 17 00:00:00 2001 From: Jochen Voss Date: Fri, 19 May 2023 20:09:12 +0100 Subject: [PATCH] fix a typo (#778) --- cpp/command/analysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;