1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

context: spell "progress" correctly

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2024-12-02 09:49:58 -05:00
Ursprung 3a33a5386b
Commit dc74766179
+1 -1
Datei anzeigen
@@ -127,7 +127,7 @@ BeesContext::get_progress()
{
unique_lock<mutex> lock(m_progress_mtx);
if (m_progress_str.empty()) {
return "[No progess estimate available]\n";
return "[No progress estimate available]\n";
}
return m_progress_str;
}