1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 13:25:45 +02:00

context: spell "progress" correctly

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2024-12-02 09:49:58 -05:00
parent 3a33a5386b
commit dc74766179

View File

@ -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;
}